summaryrefslogtreecommitdiff
path: root/indra/newview/llfacebookconnect.cpp
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.cpp
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.cpp')
-rw-r--r--indra/newview/llfacebookconnect.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llfacebookconnect.cpp b/indra/newview/llfacebookconnect.cpp
index ad776b2d1a..bdc17773d7 100644
--- a/indra/newview/llfacebookconnect.cpp
+++ b/indra/newview/llfacebookconnect.cpp
@@ -320,8 +320,7 @@ LLFacebookConnect::LLFacebookConnect()
: mConnectionState(FB_NOT_CONNECTED),
mConnected(false),
mInfo(),
- mContent(),
- mGeneration(0)
+ mContent()
{
}
@@ -506,7 +505,6 @@ const LLSD& LLFacebookConnect::getInfo() const
void LLFacebookConnect::storeContent(const LLSD& content)
{
- mGeneration++;
mContent = content;
sContentWatcher->post(content);
@@ -519,7 +517,6 @@ const LLSD& LLFacebookConnect::getContent() const
void LLFacebookConnect::clearContent()
{
- mGeneration++;
mContent = LLSD();
}