Skip to content

Commit

Permalink
ACCESS: Silence GCC warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjörn Andersson committed Nov 25, 2015
1 parent 8e161e0 commit 3f3c3b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions engines/access/video/movie_decoder.cpp
Expand Up @@ -434,7 +434,6 @@ void AccessVIDMovieDecoder::StreamVideoTrack::decodeFrame(Common::SeekableReadSt
}
}

byte rleByte = 0;
expectedPixels = _width * (_height - horizontalStartPosition);

// adjust frame destination pointer
Expand Down Expand Up @@ -552,7 +551,6 @@ bool AccessVIDMovieDecoder::StreamVideoTrack::skipOverFrame(Common::SeekableRead
}
}

byte rleByte = 0;
expectedPixels = _width * (_height - horizontalStartPosition);

while (expectedPixels >= 0) {
Expand Down Expand Up @@ -704,8 +702,6 @@ bool AccessEngine::playMovie(const Common::String &filename, const Common::Point
}

bool skipVideo = false;
uint16 width = videoDecoder->getWidth();
uint16 height = videoDecoder->getHeight();

_events->clearEvents();
videoDecoder->start();
Expand Down

0 comments on commit 3f3c3b7

Please sign in to comment.