diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-07-25 16:04:58 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-07-25 16:04:58 -0700 |
commit | 0254b74abfeadb1dea8b37435288512887baff0d (patch) | |
tree | 9b8562a1ba451aac3a8b7f1fb2b8975d163836d3 /indra/newview/llfacebookconnect.h | |
parent | 81505ed0a2a420d44add35807392cba1dbb6c4a0 (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.h | 1 |
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(); |