summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-08-29 12:06:46 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-08-29 12:06:46 -0700
commit357ded33cf48247ce0a305419f9e42c87e19062d (patch)
tree20596c18eac38c27d477a32f68880667ae29bf6b
parentc767354a204a7618e7ceb3650a0516dcde519a8d (diff)
removing test code
-rwxr-xr-xindra/newview/llparticipantlist.cpp15
-rwxr-xr-xindra/newview/llparticipantlist.h1
2 files changed, 0 insertions, 16 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);
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.