[Cleanup] Remove unused client queued work variable in client.cpp/client.h (#3034)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-03-05 12:19:09 -05:00 committed by GitHub
parent a4d6509e6d
commit 14f01dc2d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -239,7 +239,6 @@ Client::Client(EQStreamInterface *ieqs) : Mob(
casting_spell_id = 0;
npcflag = false;
npclevel = 0;
pQueuedSaveWorkID = 0;
position_update_same_count = 0;
fishing_timer.Disable();
dead_timer.Disable();

View File

@ -1773,7 +1773,6 @@ private:
bool medding;
uint16 horseId;
bool revoked;
uint32 pQueuedSaveWorkID;
uint16 pClientSideTarget;
uint32 weight;
bool berserk;