X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd507486e07b742bb7acb118811efd60ee027859..2a039701a8aebaf8eb7e7cbc408dbb994661975f:/include/wx/radiobox.h?ds=inline diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index 575fab95d9..0a18908021 100644 --- a/include/wx/radiobox.h +++ b/include/wx/radiobox.h @@ -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(); }