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:
parent
737262ffa8
commit
ff371af810
|
@ -122,9 +122,6 @@ private:
|
||||||
|
|
||||||
///< Instance of tool manager that cooperates with the dispatcher.
|
///< Instance of tool manager that cooperates with the dispatcher.
|
||||||
TOOL_MANAGER* m_toolMgr;
|
TOOL_MANAGER* m_toolMgr;
|
||||||
|
|
||||||
///< Instance of an actions list that handles legacy action translation
|
|
||||||
ACTIONS* m_actions;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue