From b844aa2db3f7ee77ffee09bdfb2fd9f2dc13b924 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 2 Feb 2006 07:15:46 +0000 Subject: (svn r3520) Remove unused parameters from some functions --- town.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'town.h') diff --git a/town.h b/town.h index 99567bcb8..9bb590e2f 100644 --- a/town.h +++ b/town.h @@ -128,7 +128,7 @@ enum { RATING_BRIBE_DOWN_TO = -50 // XXX SHOULD BE SOMETHING LOWER? }; -bool CheckforTownRating(TileIndex tile, uint32 flags, Town *t, byte type); +bool CheckforTownRating(uint32 flags, Town *t, byte type); VARDEF uint16 *_town_sort; -- cgit v1.2.3-54-g00ecf