Remove unused field in TOOL_DISPATCHER

All use of this was removed in 0a0935e0f3
but the field wasn't removed.
This commit is contained in:
Ian McInerney 2021-03-31 13:30:42 +01:00
parent 737262ffa8
commit ff371af810
1 changed files with 0 additions and 3 deletions

View File

@ -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