(svn r2367) Remove some unused functions, probably was some debug stuff

This commit is contained in:
tron
2005-05-26 19:43:56 +00:00
parent ceb7f17808
commit a0372e1888
3 changed files with 1 additions and 23 deletions

1
ttd.c
View File

@@ -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);