1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

Removed unused variable

This commit is contained in:
Sebastien Helleu
2006-08-27 16:26:09 +00:00
parent ba5349d9cb
commit 11acdddda3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ completion_get_command_infos (t_completion *completion,
{
t_weechat_alias *ptr_alias;
char *ptr_command, *ptr_command2, *pos;
int i, length;
int i;
#ifdef PLUGINS
t_weechat_plugin *ptr_plugin;
t_plugin_handler *ptr_handler;
+1 -1
View File
@@ -119,7 +119,7 @@ completion_get_command_infos (t_completion *completion,
{
t_weechat_alias *ptr_alias;
char *ptr_command, *ptr_command2, *pos;
int i, length;
int i;
#ifdef PLUGINS
t_weechat_plugin *ptr_plugin;
t_plugin_handler *ptr_handler;