From 357ded33cf48247ce0a305419f9e42c87e19062d Mon Sep 17 00:00:00 2001
From: Gilbert Gonzales <gilbert@lindenlab.com>
Date: Thu, 29 Aug 2013 12:06:46 -0700
Subject: removing test code

---
 indra/newview/llparticipantlist.cpp | 15 ---------------
 indra/newview/llparticipantlist.h   |  1 -
 2 files changed, 16 deletions(-)

(limited to 'indra')

diff --git a/indra/newview/llparticipantlist.cpp b/indra/newview/llparticipantlist.cpp
index b5c9f4a310..ee6893907e 100755
--- a/indra/newview/llparticipantlist.cpp
+++ b/indra/newview/llparticipantlist.cpp
@@ -404,21 +404,6 @@ void LLParticipantList::addAvatarIDExceptAgent(const LLUUID& avatar_id)
 
 static LLFastTimer::DeclareTimer FTM_FOLDERVIEW_TEST("add test avatar agents");
 
-
-void LLParticipantList::addTestAvatarAgents()
-{
-	LLFastTimer _(FTM_FOLDERVIEW_TEST);
-
-	LL_INFOS("LLParticipantList") << "start adding 300 users" << LL_ENDL;
-
-	for(int i = 0; i < 300; ++i)
-	{
-		addAvatarIDExceptAgent(LLUUID().generateNewID());
-	}
-
-	LL_INFOS("LLParticipantList") << "finished adding 300 users" << LL_ENDL;
-}
-
 void LLParticipantList::adjustParticipant(const LLUUID& speaker_id)
 {
 	LLPointer<LLSpeaker> speakerp = mSpeakerMgr->findSpeaker(speaker_id);
diff --git a/indra/newview/llparticipantlist.h b/indra/newview/llparticipantlist.h
index 936e289c08..3a3ae76604 100755
--- a/indra/newview/llparticipantlist.h
+++ b/indra/newview/llparticipantlist.h
@@ -50,7 +50,6 @@ public:
 	 * @param[in] avatar_id - Avatar UUID to be added into the list
 	 */
 	void addAvatarIDExceptAgent(const LLUUID& avatar_id);
-	void addTestAvatarAgents();
 
 	/**
 	 * Refreshes the participant list.
-- 
cgit v1.2.3