[Cleanup] Remove GateAllClients() from zone/entity.cpp and zone/entity.h (#3391)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-06-12 16:10:36 -04:00
committed by GitHub
parent 306b06745f
commit dfaa929778
2 changed files with 0 additions and 12 deletions
-1
View File
@@ -514,7 +514,6 @@ public:
void ZoneWho(Client *c, Who_All_Struct* Who);
void UnMarkNPC(uint16 ID);
void GateAllClients();
void SignalAllClients(int signal_id);
void UpdateQGlobal(uint32 qid, QGlobal newGlobal);
void DeleteQGlobal(std::string name, uint32 npcID, uint32 charID, uint32 zoneID);