(svn r5298) Hide function declarations and remove function stubs which aren't needed in the !ENABLE_NETWORK case

This commit is contained in:
tron
2006-06-17 14:11:26 +00:00
parent c8f6c4ef2f
commit 95d009bde8
2 changed files with 7 additions and 11 deletions

View File

@@ -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 */