X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/311131d369e59b7ad6ed76a5f777c3fc3865e52c..de1b0aeb6ca71f915479d07e040b1d65e5096951:/include/wx/bookctrl.h?ds=sidebyside diff --git a/include/wx/bookctrl.h b/include/wx/bookctrl.h index 6bc12d1ec9..82f956d58e 100644 --- a/include/wx/bookctrl.h +++ b/include/wx/bookctrl.h @@ -179,11 +179,6 @@ public: } } - // override some base class virtuals - virtual void ApplyParentThemeBackground(const wxColour& bg) - { SetBackgroundColour(bg); } - virtual bool ProvidesBackground() const { return true; } - protected: // remove the page and return a pointer to it virtual wxWindow *DoRemovePage(size_t page) = 0;