remove deprecated UseAlpha() call

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-07-12 22:01:03 +00:00
parent 64dfdfa28b
commit 1032be03d5

View File

@@ -371,7 +371,6 @@ void SurfaceImpl::AlphaRectangle(PRectangle rc, int cornerSize,
wxRect r = wxRectFromPRectangle(rc);
wxBitmap bmp(r.width, r.height, 32);
wxAlphaPixelData pixData(bmp);
pixData.UseAlpha();
// Set the fill pixels
ColourDesired cdf(fill.AsLong());