wxImage::ConvertToBitmap() doesn't exist anymore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-12-19 15:43:17 +00:00
parent 98b2861b5d
commit dc61b49e6a

View File

@@ -532,13 +532,6 @@ public:
*/
bool ConvertAlphaToMask(unsigned char threshold = wxIMAGE_ALPHA_THRESHOLD);
/**
@deprecated
Use the equivalent @ref wxBitmap::wxBitmap "wxBitmap constructor"
(which takes wxImage and depth as its arguments) instead.
*/
wxBitmap ConvertToBitmap() const;
/**
Returns a greyscale version of the image.