Remove unused function clear_sets()
This commit is contained in:
@@ -387,8 +387,6 @@ extern char *var_settings[];
|
||||
extern int loading_global;
|
||||
void savebitchx_variables (FILE *);
|
||||
void reinit_autoresponse (Window *, char *, int);
|
||||
void clear_sets (void);
|
||||
void clear_bindings (void);
|
||||
int window_set_var (Window *, char *);
|
||||
void init_window_variables (Window *);
|
||||
|
||||
|
||||
@@ -1417,13 +1417,6 @@ static void set_away_time(Window *win, char *unused, int value)
|
||||
set_int_var(AUTO_AWAY_TIME_VAR, value);
|
||||
}
|
||||
|
||||
void clear_sets(void)
|
||||
{
|
||||
int i = 0;
|
||||
for(i = 0; irc_variable[i].name; i++)
|
||||
new_free(&irc_variable->string);
|
||||
}
|
||||
|
||||
static void reinit_screen(Window *win, char *unused, int value)
|
||||
{
|
||||
set_input_prompt(current_window, NULL, 0);
|
||||
|
||||
Reference in New Issue
Block a user