summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-05-26 19:43:56 +0000
committertron <tron@openttd.org>2005-05-26 19:43:56 +0000
commit4cd4a2be79eb1dfd4ff7550df450652e0eec884d (patch)
treeb3a10638486f21aa53489f9360c758c6a8556259 /ttd.c
parent6566941077cd468752f697c336c4665dd212bea5 (diff)
downloadopenttd-4cd4a2be79eb1dfd4ff7550df450652e0eec884d.tar.xz
(svn r2367) Remove some unused functions, probably was some debug stuff
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ttd.c b/ttd.c
index c7cb42f02..57792e8c5 100644
--- a/ttd.c
+++ b/ttd.c
@@ -52,7 +52,6 @@ extern void SetDifficultyLevel(int mode, GameOptions *gm_opt);
extern void DoStartupNewPlayer(bool is_ai);
extern void ShowOSErrorBox(const char *buf);
-void redsq_debug(int tile);
bool LoadSavegame(const char *filename);
extern void HalGameLoop(void);