Removing unused function; fixes warning.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3517 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2010-01-24 20:33:37 +00:00
parent 7941542c3d
commit e8bffb3d98
@@ -387,11 +387,6 @@ openPlayerNetworkConnection(COUNT player, void *extra) {
return conn; return conn;
} }
void
shutdownPlayerNetworkConnection(COUNT player) {
NetConnection_close(netConnections[player]);
}
void void
closePlayerNetworkConnection(COUNT player) { closePlayerNetworkConnection(COUNT player) {
assert(netConnections[player] != NULL); assert(netConnections[player] != NULL);