1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

trigger: remove unneeded code to make C compiler happy

This commit is contained in:
Sebastien Helleu
2014-03-09 09:13:29 +01:00
parent 1589e54e02
commit 765b603cb2
-4
View File
@@ -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 ();