summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-26 19:34:03 +0000
committertron <tron@openttd.org>2005-07-26 19:34:03 +0000
commit452652e85e0e10a73e727cc389f125347fc17681 (patch)
treedf6a90b1a2e44d5af3c121cbc2e31875e6fbac0e /openttd.c
parent5e31dff2fd249a87490ddfc16ebdff5aae157ce6 (diff)
downloadopenttd-452652e85e0e10a73e727cc389f125347fc17681.tar.xz
(svn r2720) Remove unused declarations and definitions
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 bf4984e33..2b453693c 100644
--- a/openttd.c
+++ b/openttd.c
@@ -62,9 +62,6 @@ extern void ShowOSErrorBox(const char *buf);
bool LoadSavegame(const char *filename);
-extern void HalGameLoop(void);
-
-uint32 _pixels_redrawn;
bool _dbg_screen_rect;
/* TODO: usrerror() for errors which are not of an internal nature but