From: Vadim Zeitlin Date: Thu, 26 Jul 2007 11:43:00 +0000 (+0000) Subject: removed called to deprecated wxPixelData::UseAlpha() which does nothing now X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7f73c398d5bb0d820520dde635c712b8b7c66634?ds=inline removed called to deprecated wxPixelData::UseAlpha() which does nothing now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/dcclient.cpp b/src/mac/carbon/dcclient.cpp index 880d184926..2ec91c4760 100644 --- a/src/mac/carbon/dcclient.cpp +++ b/src/mac/carbon/dcclient.cpp @@ -226,7 +226,6 @@ wxBitmap wxWindowDC::DoGetAsBitmap(const wxRect *subrect) const wxBitmap bmp = wxBitmap(width, height, 32); wxAlphaPixelData pixData(bmp, wxPoint(0,0), wxSize(width, height)); - pixData.UseAlpha(); wxAlphaPixelData::Iterator p(pixData); for (int y=0; y