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

@ -165,7 +165,6 @@ static void set_coastal_flags(void);
static void print_vars(void);
static void fl_move(int);
static void next_coast(int c, int x, int y, int *xp, int *yp);
static void grow_islands(void);
/****************************************************************************