[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
-4
View File
@@ -68,9 +68,6 @@ public:
void LSUpdate(ZoneServer* zoneserver);
void LSZoneChange(ZoneToZone_Struct* ztz);
bool CheckAuth(uint32 loginserver_account_id, const char* key_password);
bool CheckAuth(const char* iName, MD5& iMD5Password);
bool CheckAuth(uint32 id, const char* key, uint32 ip);
void SetOnline(ZoneServer* iZS, CLE_Status iOnline);
void SetOnline(CLE_Status iOnline = CLE_Status::Online);
void SetChar(uint32 iCharID, const char* iCharName);
inline CLE_Status Online() { return pOnline; }
@@ -149,7 +146,6 @@ private:
// Account stuff
uint32 paccountid;
char paccountname[32]{};
MD5 pMD5Pass;
int16 padmin{};
// Character info