summaryrefslogtreecommitdiff
path: root/indra/newview/llparticipantlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llparticipantlist.cpp')
-rwxr-xr-xindra/newview/llparticipantlist.cpp15
1 files changed, 0 insertions, 15 deletions
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);