From 4faa8b0439f89c7925819abd19b85af0c0608b23 Mon Sep 17 00:00:00 2001 From: Adrian Frühwirth Date: Sun, 25 Mar 2018 18:37:10 +0200 Subject: JANITORIAL: Remove useless comment --- image/codecs/cinepak.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'image/codecs') 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++) { -- cgit v1.2.3