From 5f2d92340e23288a581e52a023b4b9603ab5b878 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sun, 18 Jan 2004 16:07:49 +0000 Subject: removed no needed call svn-id: r12486 --- scumm/imuse_digi/dimuse.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/scumm/imuse_digi/dimuse.h b/scumm/imuse_digi/dimuse.h index 7939e2c77a..58169f02ad 100644 --- a/scumm/imuse_digi/dimuse.h +++ b/scumm/imuse_digi/dimuse.h @@ -117,8 +117,6 @@ public: void startVoice(int soundId, AudioStream *input) { debug(5, "startVoiceStream(%d)", soundId); startSound(soundId, NULL, 0, IMUSE_VOICE, input, false, 0, 127); } - void startVoice(int soundId) - { debug(5, "startVoiceBundle(%d)", soundId); startSound(soundId, NULL, IMUSE_BUNDLE, IMUSE_VOICE, NULL, false, 0, 127); } void startVoice(int soundId, const char *soundName) { debug(5, "startVoiceBundle(%s)", soundName); startSound(soundId, soundName, IMUSE_BUNDLE, IMUSE_VOICE, NULL, false, 0, 127); } void startMusic(int soundId, bool sequence, int volume) -- cgit v1.2.3