diff options
author | tron <tron@openttd.org> | 2005-05-26 19:43:56 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-05-26 19:43:56 +0000 |
commit | 4cd4a2be79eb1dfd4ff7550df450652e0eec884d (patch) | |
tree | b3a10638486f21aa53489f9360c758c6a8556259 /ttd.c | |
parent | 6566941077cd468752f697c336c4665dd212bea5 (diff) | |
download | openttd-4cd4a2be79eb1dfd4ff7550df450652e0eec884d.tar.xz |
(svn r2367) Remove some unused functions, probably was some debug stuff
Diffstat (limited to 'ttd.c')
-rw-r--r-- | ttd.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |