diff options
-rw-r--r-- | indra/newview/llfloatervoiceeffect.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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<LLButton>("record_btn")->setVisible(!recording); |