]> git.saurik.com Git - wxWidgets.git/commitdiff
wxImage::ConvertToBitmap() doesn't exist anymore
authorRobert Roebling <robert@roebling.de>
Fri, 19 Dec 2008 15:43:17 +0000 (15:43 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 19 Dec 2008 15:43:17 +0000 (15:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/image.h

index 4358c0e4da6f3906e08838c2bd20cdcf360e26eb..3062fe641382d88430146371d6529b85064dee86 100644 (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.