Remove wxRibbonButtonBar::m_ownerRibbonBar

There is already a function returning the containing ribbon bar, so just
use it instead.
This commit is contained in:
Vadim Zeitlin
2020-02-07 17:47:15 +01:00
parent 884c3a2dc2
commit 557843c504
2 changed files with 10 additions and 23 deletions

View File

@@ -213,7 +213,6 @@ protected:
bool m_layouts_valid;
bool m_lock_active_state;
bool m_show_tooltips_for_disabled;
wxRibbonBar* m_ownerRibbonBar;
#ifndef SWIG
wxDECLARE_CLASS(wxRibbonButtonBar);