diff options
Diffstat (limited to 'src/gui/widgets/tabbedarea.h')
-rw-r--r-- | src/gui/widgets/tabbedarea.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/gui/widgets/tabbedarea.h b/src/gui/widgets/tabbedarea.h index b7e5f8154..bb354b7f8 100644 --- a/src/gui/widgets/tabbedarea.h +++ b/src/gui/widgets/tabbedarea.h @@ -185,7 +185,7 @@ class TabbedArea final : public gcn::ActionListener, typedef std::vector <std::pair<Tab*, gcn::Widget*> > TabContainer; /** The tab arrows */ - gcn::Button *mArrowButton[2]; + Button *mArrowButton[2]; /** Check whether the arrow should be clickable */ void updateArrowEnableState(); @@ -196,8 +196,6 @@ class TabbedArea final : public gcn::ActionListener, */ void updateTabsWidth(); - - Tab* mSelectedTab; gcn::Container* mTabContainer; @@ -210,10 +208,6 @@ class TabbedArea final : public gcn::ActionListener, bool mOpaque; - - - - /** * The overall width of all tab. */ @@ -230,8 +224,6 @@ class TabbedArea final : public gcn::ActionListener, */ int mVisibleTabsWidth; - - /** * The tab scroll index. When scrolling with the arrows, the tabs * must be displayed according to the current index. |