]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bookctrl.h
Unrevert Cygwin changes after discussion. Cygwin will be unix with the new
[wxWidgets.git] / include / wx / bookctrl.h
index 6bc12d1ec93ee7e4187aea7867790eda7dbcf1b0..82f956d58e49106283073f5e049091a8f63f2a09 100644 (file)
@@ -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;