aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/sound.cpp
diff options
context:
space:
mode:
authorRobert Špalek2009-11-12 22:57:01 +0000
committerRobert Špalek2009-11-12 22:57:01 +0000
commit0a2b2a22568d6d6fc5e4d4f54e77afa04570cd59 (patch)
tree4700feaa1fae2215b63ea6f23de796f60e87f607 /engines/draci/sound.cpp
parent24ccc94f7983700e7ae89532000b3a080f9a42f0 (diff)
downloadscummvm-rg350-0a2b2a22568d6d6fc5e4d4f54e77afa04570cd59.tar.gz
scummvm-rg350-0a2b2a22568d6d6fc5e4d4f54e77afa04570cd59.tar.bz2
scummvm-rg350-0a2b2a22568d6d6fc5e4d4f54e77afa04570cd59.zip
Removed 2 old TODOs
svn-id: r45874
Diffstat (limited to 'engines/draci/sound.cpp')
-rw-r--r--engines/draci/sound.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/draci/sound.cpp b/engines/draci/sound.cpp
index 76a6bf5d8a..a8b9246b09 100644
--- a/engines/draci/sound.cpp
+++ b/engines/draci/sound.cpp
@@ -264,7 +264,6 @@ void Sound::stopVoice() {
}
void Sound::setVolume() {
- // TODO: how to retrieve "Mute All" ?
if (_mixer->isReady()) {
_muteSound = ConfMan.getBool("sfx_mute");
_muteVoice = ConfMan.getBool("speech_mute");