diff options
author | Jonathan Yap <none@none> | 2011-03-24 13:57:57 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-03-24 13:57:57 -0400 |
commit | 32012f9fd4e9a5cb37f3a91d79873b79b9e6531e (patch) | |
tree | 2bba8e8d7d968ad44f6fd180925e99793b495d9f | |
parent | aa628750eb4f465c328b272f7c2db3bc7b48d654 (diff) |
STORM-1077 Removed disabling speak hint on mouse up of speak button
-rw-r--r-- | indra/newview/llspeakbutton.cpp | 1 |
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); } |