]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gifdecod.cpp
Blob support fixes - still does not work, but getting there
[wxWidgets.git] / src / common / gifdecod.cpp
index a2137fab2242f96fba6ff862b13aeeea24faed9f..131c5ecb80fd23d6d0dc72a352bd6c737a39c3cb 100644 (file)
@@ -126,7 +126,6 @@ bool wxGIFDecoder::ConvertToImage(wxImage *image) const
     else
         image->SetMask(FALSE);
 
-    // Set the palette
     if (pal)
     {
         unsigned char* r = new unsigned char[256];