]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/bitmap.h
fix DLL export declaration (adv, not core)
[wxWidgets.git] / include / wx / mac / carbon / bitmap.h
index 418586576b1dfbd1a166dbc1772f6ed591c74704..e2a5a5b57e843980f1f0c7eac998e954b145c416 100644 (file)
@@ -144,13 +144,6 @@ public:
     void SetDepth(int d);
     void SetOk(bool isOk);
 
-#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
-
 #if wxUSE_PALETTE
     wxPalette* GetPalette() const;
     void SetPalette(const wxPalette& palette);