[Cleanup] Remove CheckAuth(), SetOnline(), and pMD5Pass from cliententry.h (#3095)

# Notes
- These are unused.
This commit is contained in:
Alex King
2023-03-17 06:20:36 -04:00
committed by GitHub
parent 48a60114b7
commit 3a530eb43b
2 changed files with 0 additions and 11 deletions
-7
View File
@@ -131,13 +131,6 @@ void ClientListEntry::SetChar(uint32 iCharID, const char *iCharName)
strn0cpy(pname, iCharName, sizeof(pname));
}
void ClientListEntry::SetOnline(ZoneServer *iZS, CLE_Status iOnline)
{
if (iZS == Server()) {
SetOnline(iOnline);
}
}
void ClientListEntry::SetOnline(CLE_Status iOnline)
{
LogClientLogin(