From 9c9f3d3207f1c58911f4b904e628b61b2567e7aa Mon Sep 17 00:00:00 2001 From: David Markowitz <39972741+EmosewaMC@users.noreply.github.com> Date: Sun, 21 Jun 2026 21:18:01 -0700 Subject: [PATCH] remove unused handlers Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- dGame/dComponents/ScriptComponent.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/dGame/dComponents/ScriptComponent.h b/dGame/dComponents/ScriptComponent.h index 9af78440..67832506 100644 --- a/dGame/dComponents/ScriptComponent.h +++ b/dGame/dComponents/ScriptComponent.h @@ -77,8 +77,6 @@ private: bool m_Client; std::string m_ScriptName; - - std::map> m_MsgHandlers; }; #endif // SCRIPTCOMPONENT_H