X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fa24cfa09d64817ed42618ad77eabf3478225697..82ec1f703513f5a09edfea7403481c23fe7b4d1e:/src/common/gifdecod.cpp diff --git a/src/common/gifdecod.cpp b/src/common/gifdecod.cpp index e520174b4d..0b53e9c627 100644 --- a/src/common/gifdecod.cpp +++ b/src/common/gifdecod.cpp @@ -869,7 +869,6 @@ wxGIFErrorCode wxGIFDecoder::LoadGIF(wxInputStream& stream) if ((buf[8] & 0x80) == 0x80) { unsigned int local_ncolors = 2 << (buf[8] & 0x07); - wxFileOffset pos = stream.TellI(); wxFileOffset numBytes = 3 * local_ncolors; stream.SeekI(numBytes, wxFromCurrent); }