]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/bitmap.cpp
overwrote with src\wxBase.dsp
[wxWidgets.git] / src / mgl / bitmap.cpp
index b2489c75fd521daa3651a9bfab74550ce2667fbb..4e9e1051eb01dbe7faa9f8d32b361186c58a2fc1 100644 (file)
@@ -48,10 +48,6 @@ static pixel_format_t gs_pixel_format_24 =
 static pixel_format_t gs_pixel_format_32 =
        {0xFF,0x18,0, 0xFF,0x10,0, 0xFF,0x08,0, 0xFF,0x00,0}; // RGBA 32bpp
 
-// FIXME_MGL -- these formats will probably have to go into another place,
-//              where wxApp could use them to initialize g_displayDC
-
-
 //-----------------------------------------------------------------------------
 // wxMask
 //-----------------------------------------------------------------------------