mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
EVENTRECORDER: removed unused variable
This commit is contained in:
parent
375d8dc4a4
commit
5ae72dc190
@ -112,7 +112,6 @@ void PlaybackFile::close() {
|
||||
}
|
||||
|
||||
bool PlaybackFile::parseHeader() {
|
||||
PlaybackFileHeader result;
|
||||
ChunkHeader nextChunk;
|
||||
_playbackParseState = kFileStateCheckFormat;
|
||||
if (!readChunkHeader(nextChunk)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user