From 73f3c3bdd44cfb26b46809b374f00e3817782f77 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 13 Dec 2003 01:54:53 +0000 Subject: Remove warning. svn-id: r11609 --- simon/sound.cpp | 1 - 1 file changed, 1 deletion(-) 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]; -- cgit v1.2.3