mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 05:02:50 +01:00
Another unused thing
This commit is contained in:
parent
b3f225a70d
commit
584b89bb02
@ -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 Null_Command_Alias(char *word[], char *word_eol[], void *userdata);
|
||||||
static int Command_TCL(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_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 int TCL_Event_Handler(void *userdata);
|
||||||
static void Tcl_Plugin_Init();
|
static void Tcl_Plugin_Init();
|
||||||
static void Tcl_Plugin_DeInit();
|
static void Tcl_Plugin_DeInit();
|
||||||
|
Loading…
Reference in New Issue
Block a user