From fc835bfb0e727959b707c95e763d12db36b94a29 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Sun, 5 Mar 2023 12:18:51 -0500 Subject: [PATCH] [Cleanup] Remove unused HandleUpdateTasksOnKill in client.h (#3032) # Notes - This is unused. --- zone/client.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/client.h b/zone/client.h index dc5399840..3b79e0169 100644 --- a/zone/client.h +++ b/zone/client.h @@ -1312,7 +1312,6 @@ public: bool m_requested_shared_task_removal = false; std::vector GetPartyMembers(); - void HandleUpdateTasksOnKill(uint32 npc_type_id); inline const EQ::versions::ClientVersion ClientVersion() const { return m_ClientVersion; } inline const uint32 ClientVersionBit() const { return m_ClientVersionBit; }