diff --git a/graphics/pict.cpp b/graphics/pict.cpp index 0f4dcd463f4..dcd0df8e10d 100644 --- a/graphics/pict.cpp +++ b/graphics/pict.cpp @@ -467,7 +467,7 @@ void PictDecoder::skipBitsRect(Common::SeekableReadStream *stream, bool hasPalet stream->readUint16BE(); uint16 packType; - uint16 pixelSize; + uint16 pixelSize; // FIXME: unused // Top two bits signify PixMap vs BitMap if (rowBytes & 0xC000) {