]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
Committing in .
[wxWidgets.git] / include / wx / image.h
index f814deabba677bb0f67f37d58cc2b8b945088d78..adfce58b9cd34e00783b82aff89c5c913b3b1af6 100644 (file)
@@ -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;