X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b7c01c976a2fd8a6ca3e46aab827dbc0b0e8da9..e4e83f385a58f00b1f97315ebd80f380d16ae472:/include/wx/msw/bitmap.h diff --git a/include/wx/msw/bitmap.h b/include/wx/msw/bitmap.h index 3d5fc34156..edd355e23a 100644 --- a/include/wx/msw/bitmap.h +++ b/include/wx/msw/bitmap.h @@ -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 // -------------------------------