]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/notebook.h
Support diabling items in GTK+, see #12686: Allow disabling of wxDVC items
[wxWidgets.git] / include / wx / os2 / notebook.h
index 0758d59d285b2ada3f290a97405fcedd525db3fd..405b1d2f0ecef4ac53a55acd4b8299d87afadaa2 100644 (file)
@@ -69,11 +69,6 @@ public:
     // changes selected page without sending events
     int ChangeSelection(size_t nPage);
 
-    //
-    // Get the currently selected page
-    //
-    inline int      GetSelection(void) const { return m_nSelection; }
-
     //
     // Set/Get the title of a page
     //
@@ -193,8 +188,6 @@ protected:
     // Helper functions
     //
 
-    int                     m_nSelection; // The current selection (-1 if none)
-
 private:
     wxArrayLong                     m_alPageId;
     int                             m_nTabSize; // holds the largest tab size