X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd507486e07b742bb7acb118811efd60ee027859..400a9e419b229cd511d73922bd5506aaab3b120e:/include/wx/radiobox.h 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(); }