summaryrefslogtreecommitdiff
path: root/town.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-02-02 07:15:46 +0000
committertron <tron@openttd.org>2006-02-02 07:15:46 +0000
commit17ec6ed70d1a20e93efa4859f9a41ca30489e03f (patch)
tree986bf53fde84b3cd16b658ae7ff1a59b2d28e5ec /town.h
parentb197b9422f5d5a3c5944c422d177956e8563ef2e (diff)
downloadopenttd-17ec6ed70d1a20e93efa4859f9a41ca30489e03f.tar.xz
(svn r3520) Remove unused parameters from some functions
Diffstat (limited to 'town.h')
-rw-r--r--town.h2
1 files changed, 1 insertions, 1 deletions
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;