summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpeople.h
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-06-28 15:23:07 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-06-28 15:23:07 -0700
commita32522b99a9e9f98a689f07344f4fad0fc221d06 (patch)
treee09906da9679b8c2cbdd63e4dadcd660362d50e7 /indra/newview/llpanelpeople.h
parent8c36966a07a599269c3a0fa2fca2f8ba1844e06f (diff)
ACME-638: Removing the personfolderview, personmodelcommon and persontabview. Also removing FBC Test Two tab from the 'People' panel.
Diffstat (limited to 'indra/newview/llpanelpeople.h')
-rwxr-xr-xindra/newview/llpanelpeople.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h
index 55c2c3cdae..db8eddb376 100755
--- a/indra/newview/llpanelpeople.h
+++ b/indra/newview/llpanelpeople.h
@@ -30,7 +30,6 @@
#include <llpanel.h>
#include "llcallingcard.h" // for avatar tracker
-#include "llpersonmodelcommon.h"
#include "llfloaterwebcontent.h"
#include "llvoiceclient.h"
@@ -38,8 +37,6 @@ class LLAvatarList;
class LLAvatarName;
class LLFilterEditor;
class LLGroupList;
-class LLPersonFolderView;
-class LLSocialList;
class LLMenuButton;
class LLTabContainer;
@@ -59,11 +56,6 @@ public:
// when voice is available
/*virtual*/ void onChange(EStatusType status, const std::string &channelURI, bool proximal);
- static void idle(void * user_data);
-
- void addTestParticipant();
- void addParticipantToModel(LLPersonTabModel * session_model, const LLUUID& agent_id, const std::string& name);
-
bool mTryToConnectToFbc;
// internals
@@ -165,9 +157,6 @@ private:
Updater* mButtonsUpdater;
LLMenuButton* mFBCGearButton;
LLHandle< LLFloater > mPicker;
-
- LLPersonFolderViewModel mPersonFolderViewModel;
- LLPersonFolderView* mPersonFolderView;
};
#endif //LL_LLPANELPEOPLE_H