X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/311131d369e59b7ad6ed76a5f777c3fc3865e52c..2c01d33555e3125057f4575ca7d0d2aba93f421f:/include/wx/bookctrl.h diff --git a/include/wx/bookctrl.h b/include/wx/bookctrl.h index 6bc12d1ec9..d46bc4b879 100644 --- a/include/wx/bookctrl.h +++ b/include/wx/bookctrl.h @@ -12,10 +12,6 @@ #ifndef _WX_BOOKCTRL_H_ #define _WX_BOOKCTRL_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "bookctrl.h" -#endif - // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- @@ -179,11 +175,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;