summaryrefslogtreecommitdiff
path: root/indra/newview/llfacebookconnect.h
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-07-25 16:04:58 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-07-25 16:04:58 -0700
commit0254b74abfeadb1dea8b37435288512887baff0d (patch)
tree9b8562a1ba451aac3a8b7f1fb2b8975d163836d3 /indra/newview/llfacebookconnect.h
parent81505ed0a2a420d44add35807392cba1dbb6c4a0 (diff)
ACME-773 Remove the 'Use another account...' in the ACCOUNT panel
Diffstat (limited to 'indra/newview/llfacebookconnect.h')
-rw-r--r--indra/newview/llfacebookconnect.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfacebookconnect.h b/indra/newview/llfacebookconnect.h
index f74b9f7d41..be3028e3a0 100644
--- a/indra/newview/llfacebookconnect.h
+++ b/indra/newview/llfacebookconnect.h
@@ -58,7 +58,6 @@ public:
void connectToFacebook(const std::string& auth_code = "", const std::string& auth_state = ""); // Initiate the complete FB connection. Please use checkConnectionToFacebook() in normal use.
void disconnectFromFacebook(); // Disconnect from the FBC service.
void checkConnectionToFacebook(bool auto_connect = false); // Check if an access token is available on the FBC service. If not, call connectToFacebook().
- void disconnectThenConnectToFacebook(); // Disconnects and then connects (for switching FB accounts)
void loadFacebookInfo();
void loadFacebookFriends();