X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/175363f6b89e94e6d5f7dc39235fbc3f2989d763..f2b099261f9e46d65f1fbcfd2a35aa816d5a2818:/include/wx/toolbook.h?ds=sidebyside diff --git a/include/wx/toolbook.h b/include/wx/toolbook.h index c35c4c7ab1..d39df2e99f 100644 --- a/include/wx/toolbook.h +++ b/include/wx/toolbook.h @@ -70,7 +70,6 @@ public: // implement base class virtuals - virtual int GetSelection() const; virtual bool SetPageText(size_t n, const wxString& strText); virtual wxString GetPageText(size_t n) const; virtual int GetPageImage(size_t n) const; @@ -110,9 +109,6 @@ protected: wxBookCtrlEvent* CreatePageChangingEvent() const; void MakeChangedEvent(wxBookCtrlEvent &event); - // the currently selected page or wxNOT_FOUND if none - int m_selection; - // whether the toolbar needs to be realized bool m_needsRealizing;