summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAimee Linden <aimee@lindenlab.com>2010-05-24 16:30:22 +0100
committerAimee Linden <aimee@lindenlab.com>2010-05-24 16:30:22 +0100
commita48c8a3aca6f2c174e2d49b26a63946a1bf4cea7 (patch)
tree6dadfb37411db41eab66c84eca56a81746156472 /indra
parentd85464bb3304a112f1dd766428889a919c5715e2 (diff)
EXT-7138 WIP More tidying up after the removal of the play button in the voice effect preview.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloatervoiceeffect.cpp2
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);