X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d610b90ffb5c212b429c717ebae5f605fc5fac7..079c842cae5a3ad08ad930ebc29a33c59acf634d:/src/common/gifdecod.cpp?ds=inline diff --git a/src/common/gifdecod.cpp b/src/common/gifdecod.cpp index a2137fab22..131c5ecb80 100644 --- a/src/common/gifdecod.cpp +++ b/src/common/gifdecod.cpp @@ -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];