(svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Init() is useless

This commit is contained in:
smatz
2009-10-09 11:03:00 +00:00
parent cbc6af2506
commit eb72a0095f
5 changed files with 40 additions and 58 deletions

View File

@@ -72,8 +72,6 @@ public:
void Recv_string(char *buffer, size_t size, bool allow_newlines = false);
};
Packet *NetworkSend_Init(PacketType type);
#endif /* ENABLE_NETWORK */
#endif /* NETWORK_CORE_PACKET_H */