diff options
author | mberezhnoy <mberezhnoy@productengine.com> | 2013-06-07 20:06:20 +0300 |
---|---|---|
committer | mberezhnoy <mberezhnoy@productengine.com> | 2013-06-07 20:06:20 +0300 |
commit | 42f2f419e5717a541956ef12afa1d55e4c142440 (patch) | |
tree | c629002a61544c8fdbd6e0b3196a1b4b6135b431 /indra/newview/llfloaterimsession.cpp | |
parent | 0b458690ceb8d7cbb9b1b8b5620def2a08af2524 (diff) | |
parent | ab37c8b8f5d830af7155bf63c084dad76070cb42 (diff) |
merge
Diffstat (limited to 'indra/newview/llfloaterimsession.cpp')
-rwxr-xr-x | indra/newview/llfloaterimsession.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/indra/newview/llfloaterimsession.cpp b/indra/newview/llfloaterimsession.cpp index 1de6effa2b..5cb9df5625 100755 --- a/indra/newview/llfloaterimsession.cpp +++ b/indra/newview/llfloaterimsession.cpp @@ -109,18 +109,6 @@ void LLFloaterIMSession::refresh() void LLFloaterIMSession::onTearOffClicked() { LLFloaterIMSessionTab::onTearOffClicked(); - mSpeakingIndicator->setVisible(mIsP2PChat); - if(mIsP2PChat) - { - if(isTornOff()) - { - mSpeakingIndicator->setSpeakerId(mOtherParticipantUUID, mSessionID); - } - else - { - mSpeakingIndicator->setSpeakerId(LLUUID::null); - } - } } // virtual |