From c4ad806164e5d01bd95e46bd47dafc0eb8d95874 Mon Sep 17 00:00:00 2001
From: Eugene Mutavchi <emutavchi@productengine.com>
Date: Tue, 22 Dec 2009 15:51:28 +0200
Subject: Related to EXT-3581: removed unnecessary code from
 LLParticipantList::updateRecentSpeakersOrder method.

--HG--
branch : product-engine
---
 indra/newview/llparticipantlist.cpp | 1 -
 1 file changed, 1 deletion(-)

(limited to 'indra')

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();
 	}
 }
-- 
cgit v1.2.3