STORM-1077 Removed disabling speak hint on mouse up of speak button

master
Jonathan Yap 2011-03-24 13:57:57 -04:00
parent aa628750eb
commit 32012f9fd4
1 changed files with 0 additions and 1 deletions

View File

@ -183,6 +183,5 @@ void LLSpeakButton::onMouseUp_SpeakBtn()
{
bool down = false;
LLVoiceClient::getInstance()->inputUserControlState(down);
LLFirstUse::speak(false);
}