]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/bitmap.cpp
Removed Motif files that only contained stubs
[wxWidgets.git] / src / msw / bitmap.cpp
index 1e8806468382a39c710fab505f682c0cd34e5f0c..8cc1e1b180ab0a9c27de5b71d6f98021f17a0acd 100644 (file)
@@ -487,7 +487,6 @@ bool wxBitmap::DoCreate(int w, int h, int d, WXHDC hdc)
         hbmp = dib.Detach();
 
         GetBitmapData()->m_depth = d;
-        GetBitmapData()->m_hasAlpha = d == 32; // 32bpp DIBs have alpha channel
     }
     else // create a DDB
     {