X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94aff5ff86189e39b7a95fc62e886374c060a2cf..4c7d530a267f11be1e9cf20d7bfa5313286fee1c:/include/wx/gtk/button.h?ds=sidebyside diff --git a/include/wx/gtk/button.h b/include/wx/gtk/button.h index 190805702d..d04870f76e 100644 --- a/include/wx/gtk/button.h +++ b/include/wx/gtk/button.h @@ -44,10 +44,6 @@ public: // implementation // -------------- - // Since this wxButton doesn't derive from wxButtonBase (why?) we need - // to override this here too... - virtual bool ShouldInheritColours() const { return false; } - static wxVisualAttributes GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);