diff options
Diffstat (limited to 'engines')
-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); |