From f80b2383e7a112106688d79897e7a77fc84f763b Mon Sep 17 00:00:00 2001 From: athrxx Date: Mon, 4 Jul 2011 20:20:46 +0200 Subject: KYRA: cleanup last commit --- engines/kyra/sound.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/kyra/sound.cpp') 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; -- cgit v1.2.3