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:
@@ -387,11 +387,6 @@ openPlayerNetworkConnection(COUNT player, void *extra) {
|
||||
return conn;
|
||||
}
|
||||
|
||||
void
|
||||
shutdownPlayerNetworkConnection(COUNT player) {
|
||||
NetConnection_close(netConnections[player]);
|
||||
}
|
||||
|
||||
void
|
||||
closePlayerNetworkConnection(COUNT player) {
|
||||
assert(netConnections[player] != NULL);
|
||||
|
||||
Reference in New Issue
Block a user