]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/bitmap.h
more changes to make wx compile without implicit wxString->char* conversion (for...
[wxWidgets.git] / include / wx / msw / bitmap.h
index 695030e45388e855cb159615c278aa1d3e82d1aa..edd355e23ad09831e4eb4171583e41dac4e9fbef 100644 (file)
@@ -143,13 +143,6 @@ public:
     bool HasAlpha() const;
     void UseAlpha();
 
-#if WXWIN_COMPATIBILITY_2_4
-    // these functions do nothing and are only there for backwards
-    // compatibility
-    wxDEPRECATED( int GetQuality() const );
-    wxDEPRECATED( void SetQuality(int quality) );
-#endif // WXWIN_COMPATIBILITY_2_4
-
     // implementation only from now on
     // -------------------------------