X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/311131d369e59b7ad6ed76a5f777c3fc3865e52c..7c8b87a78a029ce90314dffa5935c5211a3c3e7c:/include/wx/bookctrl.h 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;