Clean up redundant forward declarations

This commit is contained in:
Markus Armbruster 2013-01-13 13:13:55 +01:00
parent bc14b41c65
commit 199ea0cb39
5 changed files with 0 additions and 7 deletions

View file

@ -42,7 +42,6 @@
#include "prototypes.h"
static char *weekday(char *str, int *wday);
static char *daytime(char *str, int *min);
static char *daytime_range(char *str, int *from_min, int *to_min);
/*