From a48c8a3aca6f2c174e2d49b26a63946a1bf4cea7 Mon Sep 17 00:00:00 2001 From: Aimee Linden Date: Mon, 24 May 2010 16:30:22 +0100 Subject: EXT-7138 WIP More tidying up after the removal of the play button in the voice effect preview. --- indra/newview/llfloatervoiceeffect.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra') diff --git a/indra/newview/llfloatervoiceeffect.cpp b/indra/newview/llfloatervoiceeffect.cpp index f31ab96985..bd469a85da 100644 --- a/indra/newview/llfloatervoiceeffect.cpp +++ b/indra/newview/llfloatervoiceeffect.cpp @@ -216,13 +216,11 @@ void LLFloaterVoiceEffect::refreshEffectList() void LLFloaterVoiceEffect::updateControls() { bool recording = false; - bool playing = false; LLVoiceEffectInterface* effect_interface = LLVoiceClient::instance().getVoiceEffectInterface(); if (effect_interface) { recording = effect_interface->isPreviewRecording(); - playing = effect_interface->isPreviewPlaying(); } getChild("record_btn")->setVisible(!recording); -- cgit v1.2.3