Removed unneeded macro

This commit is contained in:
Paul Coene 2018-03-02 20:13:24 -05:00
parent 6fb3c66fe5
commit b667944612

View File

@ -72,8 +72,6 @@ extern PetitionList petition_list;
extern EntityList entity_list;
typedef void (Client::*ClientPacketProc)(const EQApplicationPacket *app);
#define MIN(x,y) ((x)<y?(x):(y))
//Use a map for connecting opcodes since it dosent get used a lot and is sparse
std::map<uint32, ClientPacketProc> ConnectingOpcodes;