(svn r25593) -Cleanup: remove a few stale #defines
This commit is contained in:
@@ -152,12 +152,6 @@ void NetworkContentSocketHandler::Close()
|
||||
this->sock = INVALID_SOCKET;
|
||||
}
|
||||
|
||||
/**
|
||||
* Defines a simple (switch) case for each network packet
|
||||
* @param type the packet type to create the case for
|
||||
*/
|
||||
#define CONTENT_COMMAND(type) case type: return this->NetworkPacketReceive_ ## type ## _command(p); break;
|
||||
|
||||
/**
|
||||
* Handle the given packet, i.e. pass it to the right
|
||||
* parser receive command.
|
||||
|
Reference in New Issue
Block a user