From: Václav Slavík Date: Wed, 16 May 2001 22:07:39 +0000 (+0000) Subject: removed wxImage::operator wxBitmap() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/52f96deca1baa3c5ac50eb1c22481ae21cb941fc removed wxImage::operator wxBitmap() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/image.h b/include/wx/image.h index f814deabba..adfce58b9c 100644 --- a/include/wx/image.h +++ b/include/wx/image.h @@ -103,7 +103,6 @@ public: #if wxUSE_GUI // convertion to/from wxBitmap (deprecated, use wxBitmap's methods instead): wxImage( const wxBitmap &bitmap ); - operator wxBitmap() const { return ConvertToBitmap(); } wxBitmap ConvertToBitmap() const; #ifdef __WXGTK__ wxBitmap ConvertToMonoBitmap( unsigned char red, unsigned char green, unsigned char blue ) const;