summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-11-15 08:40:45 +0000
committertron <tron@openttd.org>2005-11-15 08:40:45 +0000
commit86585602294b7273d5cd0df34a3f6794258a62bb (patch)
treeb3863cf5e56a0ede1167b75c39b6c84598b401a8 /openttd.c
parent7b7593d092dabffda4aaeafa36d7439fc44e77e1 (diff)
downloadopenttd-86585602294b7273d5cd0df34a3f6794258a62bb.tar.xz
(svn r3183) Remove an unused declaration and properly declare CheckExternalFiles() in a header
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/openttd.c b/openttd.c
index 58246a62c..17edaaf50 100644
--- a/openttd.c
+++ b/openttd.c
@@ -61,8 +61,6 @@ extern void SetDifficultyLevel(int mode, GameOptions *gm_opt);
extern void DoStartupNewPlayer(bool is_ai);
extern void ShowOSErrorBox(const char *buf);
-bool LoadSavegame(const char *filename);
-
bool _dbg_screen_rect;
/* TODO: usrerror() for errors which are not of an internal nature but
@@ -306,7 +304,6 @@ static void LoadIntroGame(void)
#if defined(UNIX) && !defined(__MORPHOS__)
extern void DedicatedFork(void);
#endif
-extern void CheckExternalFiles(void);
int ttd_main(int argc, char* argv[])
{