From: Robert Roebling Date: Fri, 19 Dec 2008 15:43:17 +0000 (+0000) Subject: wxImage::ConvertToBitmap() doesn't exist anymore X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dc61b49e6a42bd9ea36fa0e7115597de3b5ce448 wxImage::ConvertToBitmap() doesn't exist anymore git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/image.h b/interface/wx/image.h index 4358c0e4da..3062fe6413 100644 --- a/interface/wx/image.h +++ b/interface/wx/image.h @@ -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.