aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound.cpp
diff options
context:
space:
mode:
authorathrxx2011-07-04 20:20:46 +0200
committerathrxx2011-07-04 20:22:16 +0200
commitf80b2383e7a112106688d79897e7a77fc84f763b (patch)
tree495f3e40f3989b12031de9ce75debb9e4763734c /engines/kyra/sound.cpp
parent7e2f7dce3accc2b987fb7938f122aec7c9567882 (diff)
downloadscummvm-rg350-f80b2383e7a112106688d79897e7a77fc84f763b.tar.gz
scummvm-rg350-f80b2383e7a112106688d79897e7a77fc84f763b.tar.bz2
scummvm-rg350-f80b2383e7a112106688d79897e7a77fc84f763b.zip
KYRA: cleanup last commit
Diffstat (limited to 'engines/kyra/sound.cpp')
-rw-r--r--engines/kyra/sound.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/kyra/sound.cpp b/engines/kyra/sound.cpp
index 3713537afd..4da35cc28b 100644
--- a/engines/kyra/sound.cpp
+++ b/engines/kyra/sound.cpp
@@ -43,10 +43,6 @@ Sound::Sound(KyraEngine_v1 *vm, Audio::Mixer *mixer)
Sound::~Sound() {
}
-void Sound::pause(bool paused) {
- _mixer->pauseAll(paused);
-}
-
bool Sound::voiceFileIsPresent(const char *file) {
for (int i = 0; _supportedCodecs[i].fileext; ++i) {
Common::String f = file;