aboutsummaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
authorAdrian Frühwirth2018-03-25 18:37:10 +0200
committerAdrian Frühwirth2018-03-25 18:37:10 +0200
commit4faa8b0439f89c7925819abd19b85af0c0608b23 (patch)
tree3a82e94ddd1989a22d4b110645c2eccf2728f0cf /image
parent1b53cfff49b44004b5afb9944dbf3b2e9137b653 (diff)
downloadscummvm-rg350-4faa8b0439f89c7925819abd19b85af0c0608b23.tar.gz
scummvm-rg350-4faa8b0439f89c7925819abd19b85af0c0608b23.tar.bz2
scummvm-rg350-4faa8b0439f89c7925819abd19b85af0c0608b23.zip
JANITORIAL: Remove useless comment
Diffstat (limited to 'image')
-rw-r--r--image/codecs/cinepak.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/image/codecs/cinepak.cpp b/image/codecs/cinepak.cpp
index 2b02fc8127..f356e87971 100644
--- a/image/codecs/cinepak.cpp
+++ b/image/codecs/cinepak.cpp
@@ -424,7 +424,6 @@ const Graphics::Surface *CinepakDecoder::decodeFrame(Common::SeekableReadStream
_curFrame.surface->create(_curFrame.width, _curFrame.height, _pixelFormat);
}
- // Reset the y variable.
_y = 0;
for (uint16 i = 0; i < _curFrame.stripCount; i++) {