From 52f96deca1baa3c5ac50eb1c22481ae21cb941fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 16 May 2001 22:07:39 +0000 Subject: [PATCH] removed wxImage::operator wxBitmap() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/image.h | 1 - 1 file changed, 1 deletion(-) 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;