X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..c29e714c378d7e3164d71e2c306d990802fe678b:/include/wx/brush.h?ds=sidebyside diff --git a/include/wx/brush.h b/include/wx/brush.h index fa0103cf4d..7ad451927c 100644 --- a/include/wx/brush.h +++ b/include/wx/brush.h @@ -55,11 +55,6 @@ public: virtual bool IsHatch() const { return (GetStyle()>=wxBRUSHSTYLE_FIRST_HATCH) && (GetStyle()<=wxBRUSHSTYLE_LAST_HATCH); } - -#if FUTURE_WXWIN_COMPATIBILITY_3_0 - wxDEPRECATED_FUTURE( void SetStyle(int style) ) - { SetStyle((wxBrushStyle)style); } -#endif }; #if defined(__WXPALMOS__)