diff options
author | mberezhnoy <mberezhnoy@productengine.com> | 2013-03-01 12:58:18 +0200 |
---|---|---|
committer | mberezhnoy <mberezhnoy@productengine.com> | 2013-03-01 12:58:18 +0200 |
commit | e33efdbc720ffb127a1efae790dcbcb58790ceb9 (patch) | |
tree | 02db0b0e6be0fa1462c49db9dd3cc5f47568fb66 /indra/newview/llconversationview.cpp | |
parent | 2439956242670cfc52e6d27f0b37bb3b6f0ab6e0 (diff) | |
parent | 31e5465158db171a4ac6d3aa48d44e8a62c012f9 (diff) |
merging
Diffstat (limited to 'indra/newview/llconversationview.cpp')
-rwxr-xr-x | indra/newview/llconversationview.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp index 73b2c6f88c..882ef64715 100755 --- a/indra/newview/llconversationview.cpp +++ b/indra/newview/llconversationview.cpp @@ -527,19 +527,6 @@ S32 LLConversationViewParticipant::arrange(S32* width, S32* height) return arranged; } -void LLConversationViewParticipant::refresh() -{ - // Refresh the participant view from its model data - LLConversationItemParticipant* participant_model = dynamic_cast<LLConversationItemParticipant*>(getViewModelItem()); - participant_model->resetRefresh(); - - // *TODO: We should also do something with vmi->isModerator() to echo that state in the UI somewhat - mSpeakingIndicator->setIsMuted(participant_model->isMuted()); - - // Do the regular upstream refresh - LLFolderViewItem::refresh(); -} - void LLConversationViewParticipant::addToFolder(LLFolderViewFolder* folder) { // Add the item to the folder (conversation) |