aboutsummaryrefslogtreecommitdiff
path: root/sword1/music.cpp
diff options
context:
space:
mode:
authorRobert Göffringmann2004-10-14 09:18:20 +0000
committerRobert Göffringmann2004-10-14 09:18:20 +0000
commit522da1ddbc46bc58789f2250281c6bd4a9f37cf9 (patch)
treea0416590b04375fd929786c1f9b669582702e0ca /sword1/music.cpp
parent6baea70212cce9d022ed64e4b2c4b98f4d99e635 (diff)
downloadscummvm-rg350-522da1ddbc46bc58789f2250281c6bd4a9f37cf9.tar.gz
scummvm-rg350-522da1ddbc46bc58789f2250281c6bd4a9f37cf9.tar.bz2
scummvm-rg350-522da1ddbc46bc58789f2250281c6bd4a9f37cf9.zip
forgot to remove these debug messages
svn-id: r15549
Diffstat (limited to 'sword1/music.cpp')
-rw-r--r--sword1/music.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sword1/music.cpp b/sword1/music.cpp
index f49704a50d..ea20f84499 100644
--- a/sword1/music.cpp
+++ b/sword1/music.cpp
@@ -91,7 +91,6 @@ AudioStream *MusicHandle::createAudioSource(void) {
switch (_musicMode) {
#ifdef USE_MAD
case MusicMp3:
- printf("creating mp3 stream\n");
return makeMP3Stream(&_file, _file.size());
#endif
#ifdef USE_VORBIS