diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-22 15:51:28 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-22 15:51:28 +0200 |
commit | c4ad806164e5d01bd95e46bd47dafc0eb8d95874 (patch) | |
tree | 29c08c7f0c09b0f277826cb890366ea611fc92c2 /indra/newview | |
parent | 33d76f152ee1df7600f157c627ce5f78a681778d (diff) |
Related to EXT-3581: removed unnecessary code from LLParticipantList::updateRecentSpeakersOrder method.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llparticipantlist.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llparticipantlist.cpp b/indra/newview/llparticipantlist.cpp index 5941487c7d..7d5944ea2b 100644 --- a/indra/newview/llparticipantlist.cpp +++ b/indra/newview/llparticipantlist.cpp @@ -213,7 +213,6 @@ void LLParticipantList::updateRecentSpeakersOrder() if (E_SORT_BY_RECENT_SPEAKERS == getSortOrder()) { // Resort avatar list - mAvatarList->setDirty(true); sort(); } } |