[Scummvm-cvs-logs] scummvm master -> 185536e4b1ee2d837103cefa3605e8ed4f559ddd

fingolfin max at quendi.de
Wed May 25 23:14:23 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:
185536e4b1 TOON: Remove unused variable


Commit: 185536e4b1ee2d837103cefa3605e8ed4f559ddd
    https://github.com/scummvm/scummvm/commit/185536e4b1ee2d837103cefa3605e8ed4f559ddd
Author: Max Horn (max at quendi.de)
Date: 2011-05-25T14:12:53-07:00

Commit Message:
TOON: Remove unused variable

Changed paths:
    engines/toon/audio.cpp



diff --git a/engines/toon/audio.cpp b/engines/toon/audio.cpp
index 46b9628..ae67d19 100644
--- a/engines/toon/audio.cpp
+++ b/engines/toon/audio.cpp
@@ -393,7 +393,6 @@ void AudioStreamInstance::decodeADPCM(uint8 *comp, int16 *dest, int32 packetSize
 void AudioStreamInstance::play(bool fade, Audio::Mixer::SoundType soundType) {
 	debugC(1, kDebugAudio, "play(%d)", (fade) ? 1 : 0);
 
-	Audio::SoundHandle soundHandle;
 	_stopped = false;
 	_fadingIn = fade;
 	_fadeTime = 0;






More information about the Scummvm-git-logs mailing list