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