diff options
author | Cho <cho@lindenlab.com> | 2013-11-01 20:47:28 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-11-01 20:47:28 +0100 |
commit | 1b8b6e76bf175c4d0ead8d3fc6f01558066cbec9 (patch) | |
tree | 637b81c17dab6a72081a8e06065a9ca5f1cf806f /indra/newview/llfacebookconnect.h | |
parent | a52fba0e48d28c3a3d40302192cd1eaef393e96f (diff) |
added LLFlickrConnect for ACME-1116
Diffstat (limited to 'indra/newview/llfacebookconnect.h')
-rw-r--r-- | indra/newview/llfacebookconnect.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llfacebookconnect.h b/indra/newview/llfacebookconnect.h index c4117174c1..c157db2178 100644 --- a/indra/newview/llfacebookconnect.h +++ b/indra/newview/llfacebookconnect.h @@ -90,10 +90,6 @@ private: ~LLFacebookConnect() {}; std::string getFacebookConnectURL(const std::string& route = "", bool include_read_from_master = false); - // TEMPORARY FOR TESTING - CHO - std::string getFlickrConnectURL(const std::string& route = "", bool include_read_from_master = false); - std::string getTwitterConnectURL(const std::string& route = "", bool include_read_from_master = false); - EConnectionState mConnectionState; BOOL mConnected; LLSD mInfo; |