aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/smush/codec47.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/smush/codec47.cpp b/scumm/smush/codec47.cpp
index e7f0e5dec0..05fef0cef6 100644
--- a/scumm/smush/codec47.cpp
+++ b/scumm/smush/codec47.cpp
@@ -27,7 +27,7 @@
bool Codec47Decoder::initSize(const Point & p, const Rect & r) {
Decoder::initSize(p, r);
clean();
- int32 frame_size = getRect().width() * getRect().height();
+// int32 frame_size = getRect().width() * getRect().height();
return true;
}