summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpeople.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-05-08 16:53:52 -0700
committerMerov Linden <merov@lindenlab.com>2013-05-08 16:53:52 -0700
commit14be8efcc6a9797d2041e56addd0897f0b4234ea (patch)
tree9937caef33b388412ffe68f84fbe98db2da3f705 /indra/newview/llpanelpeople.h
parentbd482ab55e30403438aed2fc19200eae36efc96a (diff)
ACME-348 : WIP : LLFacebookConnect refactoring
Diffstat (limited to 'indra/newview/llpanelpeople.h')
-rw-r--r--indra/newview/llpanelpeople.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h
index 943d84ac1d..fa354f7ecb 100644
--- a/indra/newview/llpanelpeople.h
+++ b/indra/newview/llpanelpeople.h
@@ -63,13 +63,9 @@ public:
static void idle(void * user_data);
void openFacebookWeb(std::string url);
- void showFacebookFriends(const LLSD& friends);
void addTestParticipant();
void addParticipantToModel(LLPersonTabModel * session_model, const LLUUID& agent_id, const std::string& name);
- void hideFacebookFriends();
- void loadFacebookFriends();
void tryToReconnectToFacebook();
- void connectToFacebook(const std::string& auth_code = "");
void disconnectFromFacebook();
std::string getFacebookConnectURL(const std::string& route = "");