summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-09 09:13:29 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-09 09:13:29 +0100
commit765b603cb264b1dbf8ca43d5ad1c95aeec83b416 (patch)
tree0c293470a2b0ce5c9f75bd23ce68e9f8d37bc65c
parent1589e54e024cde8e84c3c9af6053e4dfc90fe2fd (diff)
downloadweechat-765b603cb264b1dbf8ca43d5ad1c95aeec83b416.zip
trigger: remove unneeded code to make C compiler happy
-rw-r--r--src/plugins/trigger/trigger.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/trigger/trigger.c b/src/plugins/trigger/trigger.c
index 42f8ee7ec..24d76dabd 100644
--- a/src/plugins/trigger/trigger.c
+++ b/src/plugins/trigger/trigger.c
@@ -1174,10 +1174,6 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
{
int i, upgrading;
- /* make C compiler happy */
- (void) argc;
- (void) argv;
-
weechat_plugin = plugin;
trigger_callback_init ();