]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/radiobox.h
wxStaticBitmapBase::DoGetBestSize
[wxWidgets.git] / include / wx / radiobox.h
index 575fab95d9bb7cbeea6362bcd6def4ae660df0d2..0a189080210752b81a3eaf7e6ac949033c7285b2 100644 (file)
@@ -86,8 +86,6 @@ public:
     // return the item above/below/to the left/right of the given one
     int GetNextItem(int item, wxDirection dir, long style) const;
 
-    virtual bool CanApplyParentThemeBackground() const { return true; }
-    
     // for compatibility only, don't use these methods in new code!
 #if WXWIN_COMPATIBILITY_2_2
     int Number() const { return GetCount(); }