diff options
author | Travis Howell | 2003-12-13 01:54:53 +0000 |
---|---|---|
committer | Travis Howell | 2003-12-13 01:54:53 +0000 |
commit | 73f3c3bdd44cfb26b46809b374f00e3817782f77 (patch) | |
tree | 05aa30a569f0c24c2850df8167c906d6352e48e0 | |
parent | 3d04b69cbd3ab86b480eab124404c086b03cbbbc (diff) | |
download | scummvm-rg350-73f3c3bdd44cfb26b46809b374f00e3817782f77.tar.gz scummvm-rg350-73f3c3bdd44cfb26b46809b374f00e3817782f77.tar.bz2 scummvm-rg350-73f3c3bdd44cfb26b46809b374f00e3817782f77.zip |
Remove warning.
svn-id: r11609
-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]; |