JANITORIAL: Remove useless comment

This commit is contained in:
Adrian Frühwirth 2018-03-25 18:37:10 +02:00
parent 1b53cfff49
commit 4faa8b0439

View file

@ -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++) {