]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/image.cpp
renamed wxXmlProperty to wxXmlAttribute, plus implied method names changes (bug ...
[wxWidgets.git] / samples / image / image.cpp
index 1b1a20f77fddb324b0e11a15b3922324ed6cae17..2ea3512b84168aefd7e054cedb0be1b2d2afd459 100644 (file)
@@ -397,7 +397,6 @@ public:
                 wxLogError(_T("Failed to gain raw access to bitmap data"));
                 return;
             }
-            data.UseAlpha();
             wxAlphaPixelData::Iterator p(data);
             for ( int y = 0; y < SIZE; ++y )
             {
@@ -421,7 +420,6 @@ public:
             return;
         }
 
-        data.UseAlpha();
         wxAlphaPixelData::Iterator p(data);
 
         for ( int y = 0; y < REAL_SIZE; ++y )