[Cleanup] Remove position_same_update_count from client.cpp/client.h (#3280)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-04-14 19:42:01 -04:00 committed by GitHub
parent c5c9985e0d
commit 0cc76ab489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

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

View File

@ -1842,9 +1842,6 @@ private:
WaterRegionType last_region_type;
// this is used to try to cut back on position update reflections
int position_update_same_count;
PTimerList p_timers; //persistent timers
Timer hpupdate_timer;
Timer camp_timer;