aboutsummaryrefslogtreecommitdiff
path: root/graphics/pict.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2011-11-14 22:24:34 +0200
committerEugene Sandulenko2011-11-14 22:24:34 +0200
commit0ecdf85280bd60eae92bd7b08c0f9dd32c97fa05 (patch)
treeda3aa52d7042fbe3b551e586357f1351583f3f8d /graphics/pict.cpp
parent290515d2ab62789becb6fc46870194b3a7986d38 (diff)
downloadscummvm-rg350-0ecdf85280bd60eae92bd7b08c0f9dd32c97fa05.tar.gz
scummvm-rg350-0ecdf85280bd60eae92bd7b08c0f9dd32c97fa05.tar.bz2
scummvm-rg350-0ecdf85280bd60eae92bd7b08c0f9dd32c97fa05.zip
GRAPHICS: Comment unused variables
Diffstat (limited to 'graphics/pict.cpp')
-rw-r--r--graphics/pict.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pict.cpp b/graphics/pict.cpp
index 0f4dcd463f..dcd0df8e10 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) {