[Cleanup] Remove FindByName(charname) from clientlist.h (#3096)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-03-17 06:20:46 -04:00
committed by GitHub
parent 3a530eb43b
commit 7bbcdfb479
2 changed files with 0 additions and 15 deletions
-1
View File
@@ -30,7 +30,6 @@ public:
void Add(Client* client);
Client* Get(uint32 ip, uint16 port);
Client* FindByAccountID(uint32 account_id);
Client* FindByName(char* charname);
void ZoneBootup(ZoneServer* zs);
void RemoveCLEReferances(ClientListEntry* cle);