summaryrefslogtreecommitdiff
path: root/network.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-06-17 14:11:26 +0000
committertron <tron@openttd.org>2006-06-17 14:11:26 +0000
commit95d009bde8b680beeaadf5168f7d92beb0c8f2bd (patch)
treebcd045651348f53ca1f324960911862ec93d0341 /network.c
parentc8f6c4ef2f93028e402422cb5ee764939f2269a0 (diff)
downloadopenttd-95d009bde8b680beeaadf5168f7d92beb0c8f2bd.tar.xz
(svn r5298) Hide function declarations and remove function stubs which aren't needed in the !ENABLE_NETWORK case
Diffstat (limited to 'network.c')
-rw-r--r--network.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/network.c b/network.c
index 262a61705..622c96270 100644
--- a/network.c
+++ b/network.c
@@ -1433,9 +1433,5 @@ void NetworkShutDown(void)
}
#endif
}
-#else
-
-void ParseConnectionString(const char **player, const char **port, char *connection_string) {}
-void NetworkUpdateClientInfo(uint16 client_index) {}
#endif /* ENABLE_NETWORK */