diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-05-24 16:30:22 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-05-24 16:30:22 +0100 |
commit | a48c8a3aca6f2c174e2d49b26a63946a1bf4cea7 (patch) | |
tree | 6dadfb37411db41eab66c84eca56a81746156472 | |
parent | d85464bb3304a112f1dd766428889a919c5715e2 (diff) |
EXT-7138 WIP More tidying up after the removal of the play button in the voice effect preview.
-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); |