diff options
-rw-r--r-- | simon/sound.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/simon/sound.cpp b/simon/sound.cpp index 0512ddbc2a..b0e12d5566 100644 --- a/simon/sound.cpp +++ b/simon/sound.cpp @@ -398,7 +398,6 @@ void SimonSound::readVoiceFile(const char *filename, const Common::String &gameD void SimonSound::playVoice(uint sound) { if (_game == GAME_SIMON2MAC && _filenums) { if (_last_voice_file != _filenums[sound]) { - warning("Loading voice file %d", _filenums[sound]); stopAll(); char filename[16]; |