X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1be7a35c5ec31b6cfcab9d969c7969586441a945..dd4e6da0e0abb643e10d3a2c83b063138bec0d69:/include/wx/notebook.h diff --git a/include/wx/notebook.h b/include/wx/notebook.h index 5555127425..fe22a53056 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -90,14 +90,6 @@ public: // On platforms that support it, get the theme page background colour, else invalid colour virtual wxColour GetThemeBackgroundColour() const { return wxNullColour; } - - // Reserved for future use - virtual void ReservedNotebookFunc1() {} - virtual void ReservedNotebookFunc2() {} - virtual void ReservedNotebookFunc3() {} - virtual void ReservedNotebookFunc4() {} - virtual void ReservedNotebookFunc5() {} - protected: DECLARE_NO_COPY_CLASS(wxNotebookBase) };