[Cleanup] Remove unused player update variables in client.cpp/client.h (#3033)

# Notes
- These are unused.
This commit is contained in:
Alex King
2023-03-05 12:18:56 -05:00
committed by GitHub
parent fc835bfb0e
commit a4d6509e6d
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -247,8 +247,6 @@ Client::Client(EQStreamInterface *ieqs) : Mob(
autosave_timer.Disable();
GetMercTimer()->Disable();
instalog = false;
pLastUpdate = 0;
pLastUpdateWZ = 0;
m_pp.autosplit = false;
// initialise haste variable
m_tradeskill_object = nullptr;