]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bmpbuttn.h
more extra semicolons removed (patch 1303724)
[wxWidgets.git] / include / wx / bmpbuttn.h
index 442369808ce56b0300e6718e550d927034a0a5b7..61a5428e2081ff4d132b4d88c766e21401b29a1a 100644 (file)
@@ -61,10 +61,6 @@ public:
     int GetMarginX() const { return m_marginX; }
     int GetMarginY() const { return m_marginY; }
 
-    virtual void ApplyParentThemeBackground(const wxColour& bg)
-        { SetBackgroundColour(bg); }
-
-
 protected:
     // function called when any of the bitmaps changes
     virtual void OnSetBitmap() { InvalidateBestSize(); Refresh(); }