summary refs log tree commit diff stats
path: root/plugins/tcl
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-10 17:32:18 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-10 17:32:18 +0100
commit584b89bb022c3cb22b45b1285652bb3b5f33ed81 (patch)
tree9b3f009fa043738d265f714b7b55f9ef46ae9ca2 /plugins/tcl
parentb3f225a70dd05b15dd617f7e6a687a81232b71f0 (diff)
Another unused thing
Diffstat (limited to 'plugins/tcl')
-rw-r--r--plugins/tcl/tclplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tcl/tclplugin.h b/plugins/tcl/tclplugin.h
index a5425edf..0b82fbcd 100644
--- a/plugins/tcl/tclplugin.h
+++ b/plugins/tcl/tclplugin.h
@@ -89,7 +89,7 @@ static int Command_Alias(char *word[], char *word_eol[], void *userdata);
 static int Null_Command_Alias(char *word[], char *word_eol[], void *userdata);
 static int Command_TCL(char *word[], char *word_eol[], void *userdata);
 static int Command_Source(char *word[], char *word_eol[], void *userdata);
-static int Command_Reload(char *word[], char *word_eol[], void *userdata);
+/* static int Command_Reload(char *word[], char *word_eol[], void *userdata); */
 static int TCL_Event_Handler(void *userdata);
 static void Tcl_Plugin_Init();
 static void Tcl_Plugin_DeInit();