summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-10-12 14:59:27 +0000
committerDarkvater <Darkvater@openttd.org>2006-10-12 14:59:27 +0000
commit6b96b5ffd0498cd9c624605db0edf4ad85ec4505 (patch)
tree9d8040d778bee72bdeda716299434c03e98d3b14 /gui.h
parentb38ef09afc6c1ff34800730be7236f3723c30b8b (diff)
downloadopenttd-6b96b5ffd0498cd9c624605db0edf4ad85ec4505.tar.xz
(svn r6754) -Codechange: Remove some #idef ENABLE_NETWORK specific defines. With networking
disabled hardcode _networking/_network_available to zero and let the compiler handle all optimizations.
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gui.h b/gui.h
index bc74bccd3..af7028c5d 100644
--- a/gui.h
+++ b/gui.h
@@ -120,9 +120,6 @@ void SetFiosType(const byte fiostype);
/* FIOS_TYPE_FILE, FIOS_TYPE_OLDFILE etc. different colours */
extern const byte _fios_colors[];
-/* network gui */
-void ShowNetworkGameWindow(void);
-
/* bridge_gui.c */
void ShowBuildBridgeWindow(uint start, uint end, byte type);