From 5a80e828e67a6a8b2dbdcbda252e673ffec910e1 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 30 May 2014 08:03:17 +0300 Subject: FULLPIPE: Implement Sound::setPanAndVolumeByStaticAni() --- engines/fullpipe/modal.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/fullpipe/modal.cpp') diff --git a/engines/fullpipe/modal.cpp b/engines/fullpipe/modal.cpp index 743c220585..8981cdb8e6 100644 --- a/engines/fullpipe/modal.cpp +++ b/engines/fullpipe/modal.cpp @@ -1105,8 +1105,6 @@ void ModalMainMenu::updateSoundVolume(Sound *snd) { } else { snd->setPanAndVolume(-3500, 0); } - - warning("STUB: ModalMainMenu::updateSoundVolume()"); } void ModalMainMenu::updateSliderPos() { -- cgit v1.2.3