mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
SWORD25: Removed leftover dead code
This commit is contained in:
parent
8e2f2e3730
commit
259bb84174
@ -479,12 +479,6 @@ void TheoraDecoder::reset() {
|
||||
if (_fileStream)
|
||||
_fileStream->seek(0);
|
||||
|
||||
#if ENABLE_THEORA_SEEKING
|
||||
_videobufGranulePos = -1;
|
||||
_audiobufGranulePos = 0;
|
||||
_videobufTime = 0;
|
||||
#endif
|
||||
|
||||
_audiobufFill = 0;
|
||||
_audiobufReady = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user