network_server.c
changeset 2538 81e192bfcf10
parent 2373 f06403621870
child 2676 2ba71e034d97
--- a/network_server.c	Wed Oct 19 14:49:46 2005 +0000
+++ b/network_server.c	Wed Oct 19 19:38:35 2005 +0000
@@ -762,8 +762,6 @@
 	}
 }
 
-static inline const char* GetPlayerIP(const NetworkClientInfo *ci) {return inet_ntoa(*(struct in_addr *)&ci->client_ip);}
-
 /** Enforce the command flags.
  * Eg a server-only command can only be executed by a server, etc.
  * @param *cp the commandpacket that is going to be checked