summaryrefslogtreecommitdiff
path: root/indra/newview/llparticipantlist.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2009-12-23 15:17:05 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2009-12-23 15:17:05 -0500
commitce86efac3df1ed568ecac0ffcf38dce94bb3f1d4 (patch)
treebd5d26c2e44bc9e03921c8e82029b20fabd0b4c5 /indra/newview/llparticipantlist.cpp
parent5c8b2deb82cfe753d6fe25e418f99f05d76e0b73 (diff)
parent3a852170556cd4104dc7822140533d81d46b644d (diff)
merge
Diffstat (limited to 'indra/newview/llparticipantlist.cpp')
-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();
}
}