diff options
author | Travis Howell | 2006-06-05 13:09:51 +0000 |
---|---|---|
committer | Travis Howell | 2006-06-05 13:09:51 +0000 |
commit | 6daa744187e4838e15890dbba3c839c598a71606 (patch) | |
tree | 0edf76ceb71e9a39c80f3b2fe617da0b33fc57b6 | |
parent | 5f76cd0d9eba28b8bba0be970725fbdd2ad7358f (diff) | |
download | scummvm-rg350-6daa744187e4838e15890dbba3c839c598a71606.tar.gz scummvm-rg350-6daa744187e4838e15890dbba3c839c598a71606.tar.bz2 scummvm-rg350-6daa744187e4838e15890dbba3c839c598a71606.zip |
Remove debug left over
svn-id: r22931
-rw-r--r-- | engines/simon/midi.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/simon/midi.cpp b/engines/simon/midi.cpp index e0d466caa6..d2d31c1e44 100644 --- a/engines/simon/midi.cpp +++ b/engines/simon/midi.cpp @@ -458,7 +458,6 @@ void MidiPlayer::loadMultipleSMF(Common::File *in, bool sfx) { // treat them as separate tracks -- for the // purpose of jumps, anyway. Common::StackLock lock(_mutex); -printf("loadMultipleSMF\n"); MusicInfo *p = sfx ? &_sfx : &_music; clearConstructs(*p); |