[Cleanup] Remove unused code in eq_packet.cpp/eq_packet.h (#3183)

# Notes
- These are unused.
This commit is contained in:
Alex King
2023-04-05 11:17:29 -04:00
committed by GitHub
parent 3386d13d2d
commit f5106b6af6
2 changed files with 1 additions and 141 deletions
-3
View File
@@ -80,11 +80,8 @@ public:
protected:
static bool ValidateCRC(const unsigned char *buffer, int length, uint32 Key);
static uint32 Decompress(const unsigned char *buffer, const uint32 length, unsigned char *newbuf, uint32 newbufsize);
static uint32 Compress(const unsigned char *buffer, const uint32 length, unsigned char *newbuf, uint32 newbufsize);
static void ChatDecode(unsigned char *buffer, int size, int DecodeKey);
static void ChatEncode(unsigned char *buffer, int size, int EncodeKey);
uint16 GetRawOpcode() const { return(opcode); }