aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorLionel Ulmer2002-04-26 17:22:58 +0000
committerLionel Ulmer2002-04-26 17:22:58 +0000
commitf24777a998a97df46cc9261fa2fb82243a69a487 (patch)
tree0a75a790a34a02c69312a73431b4b5dacb0fb548 /sound
parent8fccbb06123e57b3f38e1b5f05f71b5b776a211f (diff)
downloadscummvm-rg350-f24777a998a97df46cc9261fa2fb82243a69a487.tar.gz
scummvm-rg350-f24777a998a97df46cc9261fa2fb82243a69a487.tar.bz2
scummvm-rg350-f24777a998a97df46cc9261fa2fb82243a69a487.zip
Remove useless debug code.
svn-id: r4094
Diffstat (limited to 'sound')
-rw-r--r--sound/mixer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/mixer.cpp b/sound/mixer.cpp
index 90b55a0a0e..d51393618a 100644
--- a/sound/mixer.cpp
+++ b/sound/mixer.cpp
@@ -310,8 +310,6 @@ void SoundMixer::Channel_MP3::destroy() {
mad_frame_finish(&_frame);
mad_stream_finish(&_stream);
- debug(1, "Sound finished");
-
delete this;
}