summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-07-17 13:34:19 +0000
committertruelight <truelight@openttd.org>2005-07-17 13:34:19 +0000
commit658f9cb03f9a5ec8a0dd772f6cadf54bf53a627a (patch)
treeb972b387c285fa94e42d87ae90990f1a2b2c769e /main_gui.c
parent3ce9fb6bbd0169ace02f6510b151171d914d4414 (diff)
downloadopenttd-658f9cb03f9a5ec8a0dd772f6cadf54bf53a627a.tar.xz
(svn r2602) -Codechange: removed unused variable (disable_computer)
-Fix: Changed some stuff to make server-side AIs possible in the far future
Diffstat (limited to 'main_gui.c')
-rw-r--r--main_gui.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main_gui.c b/main_gui.c
index 337f2a128..7450c307d 100644
--- a/main_gui.c
+++ b/main_gui.c
@@ -35,8 +35,6 @@ static const uint MaxDate = 29220; // 2000-01-01
extern void DoTestSave(void);
extern void DoTestLoad(void);
-extern bool disable_computer;
-
static int _rename_id;
static int _rename_what;