X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7e837615b95205297821dc0b85791ad9e0055df6..548fa9c1eb08b38b561b7861e1cf93a2ce78772a:/include/wx/generic/notebook.h diff --git a/include/wx/generic/notebook.h b/include/wx/generic/notebook.h index 6784c1914b..3f1a607d83 100644 --- a/include/wx/generic/notebook.h +++ b/include/wx/generic/notebook.h @@ -65,8 +65,6 @@ public: int SetSelection(size_t nPage); // cycle thru the tabs // void AdvanceSelection(bool bForward = true); - // get the currently selected page - int GetSelection() const { return m_nSelection; } // changes selected page without sending events int ChangeSelection(size_t nPage); @@ -149,8 +147,6 @@ protected: // helper functions void ChangePage(int nOldSel, int nSel); // change pages - int m_nSelection; // the current selection (-1 if none) - wxTabView* m_tabView; DECLARE_DYNAMIC_CLASS(wxNotebook)