[Cleanup] Remove ReturnItemPacket from client.h/inventory.cpp (#3002)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-02-25 20:10:08 -05:00
committed by GitHub
parent 0980a780d0
commit 078db3460d
2 changed files with 0 additions and 27 deletions
-2
View File
@@ -338,8 +338,6 @@ public:
bool HasRecipeLearned(uint32 recipe_id);
bool CanIncreaseTradeskill(EQ::skills::SkillType tradeskill);
EQApplicationPacket* ReturnItemPacket(int16 slot_id, const EQ::ItemInstance* inst, ItemPacketType packet_type);
bool GetRevoked() const { return revoked; }
void SetRevoked(bool rev) { revoked = rev; }
inline uint32 GetIP() const { return ip; }