X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..9cf99fc093f9c45b6b5d8d8b357699d826c9916a:/include/wx/msw/notebook.h diff --git a/include/wx/msw/notebook.h b/include/wx/msw/notebook.h index 51b4b0bb82..3681ff38cc 100644 --- a/include/wx/msw/notebook.h +++ b/include/wx/msw/notebook.h @@ -48,8 +48,6 @@ public: const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = "notebook"); - // dtor - ~wxNotebook(); // accessors // --------- @@ -74,7 +72,6 @@ public: // 3) set for each page it's image // associate image list with a control void SetImageList(wxImageList* imageList); - void AssignImageList(wxImageList* imageList); // sets/returns item's image index in the current image list int GetPageImage(int nPage) const; @@ -136,8 +133,6 @@ protected: // helper functions void ChangePage(int nOldSel, int nSel); // change pages - bool m_bOwnsImageList; - int m_nSelection; // the current selection (-1 if none) DECLARE_DYNAMIC_CLASS(wxNotebook)