Remove unused function irc_clear_screen

This commit is contained in:
Kevin Easton 2018-12-10 23:25:17 +11:00
parent 66b6fa4345
commit 902ee7c455
2 changed files with 0 additions and 13 deletions

View File

@ -20,7 +20,6 @@ extern char *recv_nick;
void quote_char (char, char *);
void type_text (char, char *);
void parse_text (char, char *);
void irc_clear_screen (char, char *);
int check_wait_command (char *);
void ExecuteTimers (void);
int check_mode_lock (char *, char *, int);

View File

@ -5089,18 +5089,6 @@ BUILT_IN_COMMAND(sendlinecmd)
from_server = server;
}
/*
* irc_clear_screen: the CLEAR_SCREEN function for BIND. Clears the screen and
* starts it if it is held
*/
/*ARGSUSED*/
void irc_clear_screen(char key, char *ptr)
{
set_hold_mode(NULL, OFF, 1);
my_clear(NULL, empty_string, empty_string, NULL);
}
BUILT_IN_COMMAND(cd)
{
char *arg,