]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/radiobox.h
Missed include due to wxBookCtrlSizer existence.
[wxWidgets.git] / include / wx / radiobox.h
index 575fab95d9bb7cbeea6362bcd6def4ae660df0d2..fc2b142832bb970a771a6147a98755865ea37670 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     10.09.00
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows team
+// Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -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(); }