EVENTRECORDER: removed unused variable

This commit is contained in:
Martin Gerhardy 2021-06-24 19:16:49 +02:00 committed by Eugene Sandulenko
parent 375d8dc4a4
commit 5ae72dc190

View File

@ -112,7 +112,6 @@ void PlaybackFile::close() {
}
bool PlaybackFile::parseHeader() {
PlaybackFileHeader result;
ChunkHeader nextChunk;
_playbackParseState = kFileStateCheckFormat;
if (!readChunkHeader(nextChunk)) {