Another unused thing

This commit is contained in:
Berke Viktor 2012-11-10 17:32:18 +01:00
parent b3f225a70d
commit 584b89bb02
1 changed files with 1 additions and 1 deletions

View File

@ -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();