From dc61b49e6a42bd9ea36fa0e7115597de3b5ce448 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 19 Dec 2008 15:43:17 +0000 Subject: [PATCH] wxImage::ConvertToBitmap() doesn't exist anymore git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/image.h | 7 ------- 1 file changed, 7 deletions(-) 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. -- 2.50.0