aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/sound.cpp')
-rw-r--r--engines/draci/sound.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/draci/sound.cpp b/engines/draci/sound.cpp
index cd2ed6aafb..2d0a8863e9 100644
--- a/engines/draci/sound.cpp
+++ b/engines/draci/sound.cpp
@@ -263,11 +263,6 @@ void Sound::stopVoice() {
}
}
-void Sound::stopAll() {
- stopVoice();
- stopSound();
-}
-
void Sound::setVolume() {
// TODO: how to retrieve "Mute All" ?
if (_mixer->isReady()) {