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
commitcad526ef3658ad6420939a6d51707c9dbfee97c3 (patch)
tree9d8040d778bee72bdeda716299434c03e98d3b14 /gui.h
parent15bf48acfda4ce5e5291e0a68292d7f9d9b6a569 (diff)
downloadopenttd-cad526ef3658ad6420939a6d51707c9dbfee97c3.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);