summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2011-03-24 13:57:57 -0400
committerJonathan Yap <none@none>2011-03-24 13:57:57 -0400
commit32012f9fd4e9a5cb37f3a91d79873b79b9e6531e (patch)
tree2bba8e8d7d968ad44f6fd180925e99793b495d9f
parentaa628750eb4f465c328b272f7c2db3bc7b48d654 (diff)
STORM-1077 Removed disabling speak hint on mouse up of speak button
-rw-r--r--indra/newview/llspeakbutton.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llspeakbutton.cpp b/indra/newview/llspeakbutton.cpp
index 81beb0155f..d52e0a6c86 100644
--- a/indra/newview/llspeakbutton.cpp
+++ b/indra/newview/llspeakbutton.cpp
@@ -183,6 +183,5 @@ void LLSpeakButton::onMouseUp_SpeakBtn()
{
bool down = false;
LLVoiceClient::getInstance()->inputUserControlState(down);
- LLFirstUse::speak(false);
}