]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/bitmap.h
cleaning up problems after string changes
[wxWidgets.git] / include / wx / msw / bitmap.h
index 3d5fc34156c7f2190a4402faf67174ca83ea00f3..edd355e23ad09831e4eb4171583e41dac4e9fbef 100644 (file)
@@ -45,8 +45,7 @@ public:
 
     // Initialize with XPM data
     wxBitmap(const char* const* data);
-#if defined(__BORLANDC__) || (defined (__GNUC__) && __GNUC__ < 3)
-    // needed for Borland 5.5
+#ifdef wxNEEDS_CHARPP
     wxBitmap(char** data)
     {
         *this = wxBitmap(wx_const_cast(const char* const*, data));
@@ -144,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
     // -------------------------------