summaryrefslogtreecommitdiff
path: root/indra/newview/llfacebookconnect.h
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-08-06 17:12:32 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-08-06 17:12:32 -0700
commit3e08ccf6abb6f6ca7f1fa2fc6e80fd6589203f28 (patch)
treef889dd65bf519eced51fc59a7c50a0e23e04d1ef /indra/newview/llfacebookconnect.h
parentb269fcb7c8b4988cdb9d18164011320d12389355 (diff)
ACME-801: Adding a suggested friend as a friend does not remove them from the suggested friend list
Diffstat (limited to 'indra/newview/llfacebookconnect.h')
-rw-r--r--indra/newview/llfacebookconnect.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfacebookconnect.h b/indra/newview/llfacebookconnect.h
index b9afd181e9..0f005cbe24 100644
--- a/indra/newview/llfacebookconnect.h
+++ b/indra/newview/llfacebookconnect.h
@@ -78,7 +78,6 @@ public:
bool isConnected() { return mConnected; }
bool isTransactionOngoing() { return ((mConnectionState == FB_CONNECTION_IN_PROGRESS) || (mConnectionState == FB_POSTING) || (mConnectionState == FB_DISCONNECTING)); }
EConnectionState getConnectionState() { return mConnectionState; }
- S32 generation() { return mGeneration; }
void openFacebookWeb(std::string url);
@@ -93,7 +92,6 @@ private:
BOOL mConnected;
LLSD mInfo;
LLSD mContent;
- S32 mGeneration;
static boost::scoped_ptr<LLEventPump> sStateWatcher;
static boost::scoped_ptr<LLEventPump> sInfoWatcher;