Cleanup save_formats() by removing unused function argument.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@238 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2013-06-16 12:21:03 +00:00
parent bad477f9dc
commit ceb0492734
4 changed files with 12 additions and 11 deletions

View File

@@ -82,7 +82,6 @@ static void set_ov_mode (Window *, char *, int);
static void set_away_time (Window *, char *, int);
static void reinit_screen (Window *, char *, int);
void reinit_status (Window *, char *, int);
int save_formats (FILE *);
static void set_clock_format (Window *, char *, int);
void create_fsets (Window *, int);
void setup_ov_mode (int, int, int);