From 14f01dc2d7a8217aa464d576f9c34e901828b311 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Sun, 5 Mar 2023 12:19:09 -0500 Subject: [PATCH] [Cleanup] Remove unused client queued work variable in client.cpp/client.h (#3034) # Notes - This is unused. --- zone/client.cpp | 1 - zone/client.h | 1 - 2 files changed, 2 deletions(-) diff --git a/zone/client.cpp b/zone/client.cpp index 25970deb0..14a01e405 100644 --- a/zone/client.cpp +++ b/zone/client.cpp @@ -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(); diff --git a/zone/client.h b/zone/client.h index 0c93f0784..43fe14802 100644 --- a/zone/client.h +++ b/zone/client.h @@ -1773,7 +1773,6 @@ private: bool medding; uint16 horseId; bool revoked; - uint32 pQueuedSaveWorkID; uint16 pClientSideTarget; uint32 weight; bool berserk;