define wxHAS_RAW_BITMAP for wxDFB
[wxWidgets.git] / include / wx / brush.h
index fa0103cf4d6322be21682843d0bd61e5db5ede3c..7ad451927c18f42be4d60a753da8221dbf252c58 100644 (file)
@@ -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__)