diff --git a/include/tool/tool_dispatcher.h b/include/tool/tool_dispatcher.h index e4453c09e6..a2a834f5d0 100644 --- a/include/tool/tool_dispatcher.h +++ b/include/tool/tool_dispatcher.h @@ -122,9 +122,6 @@ private: ///< Instance of tool manager that cooperates with the dispatcher. TOOL_MANAGER* m_toolMgr; - - ///< Instance of an actions list that handles legacy action translation - ACTIONS* m_actions; }; #endif