From 259bb8417497170a81c3226d23ba7f2454edce60 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 12 Jun 2011 22:24:33 +0300 Subject: SWORD25: Removed leftover dead code --- engines/sword25/fmv/theora_decoder.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'engines/sword25/fmv/theora_decoder.cpp') diff --git a/engines/sword25/fmv/theora_decoder.cpp b/engines/sword25/fmv/theora_decoder.cpp index be6d940d23..098bd2c6b9 100644 --- a/engines/sword25/fmv/theora_decoder.cpp +++ b/engines/sword25/fmv/theora_decoder.cpp @@ -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; -- cgit v1.2.3