summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorEugene Mutavchi <emutavchi@productengine.com>2009-12-22 15:51:28 +0200
committerEugene Mutavchi <emutavchi@productengine.com>2009-12-22 15:51:28 +0200
commitc4ad806164e5d01bd95e46bd47dafc0eb8d95874 (patch)
tree29c08c7f0c09b0f277826cb890366ea611fc92c2 /indra/newview
parent33d76f152ee1df7600f157c627ce5f78a681778d (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.cpp1
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();
}
}