[Scummvm-cvs-logs] scummvm master -> 259bb8417497170a81c3226d23ba7f2454edce60

bluegr md5 at scummvm.org
Sun Jun 12 21:26:45 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
259bb84174 SWORD25: Removed leftover dead code


Commit: 259bb8417497170a81c3226d23ba7f2454edce60
    https://github.com/scummvm/scummvm/commit/259bb8417497170a81c3226d23ba7f2454edce60
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-06-12T12:24:33-07:00

Commit Message:
SWORD25: Removed leftover dead code

Changed paths:
    engines/sword25/fmv/theora_decoder.cpp



diff --git a/engines/sword25/fmv/theora_decoder.cpp b/engines/sword25/fmv/theora_decoder.cpp
index be6d940..098bd2c 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;
 






More information about the Scummvm-git-logs mailing list