diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-28 14:06:29 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-28 14:06:29 -0700 |
commit | 8c36966a07a599269c3a0fa2fca2f8ba1844e06f (patch) | |
tree | 79e14b85caca7b7d5074338bcdc1155f261a7090 | |
parent | efbe197028473a39ea3aab16829462d585d44fb2 (diff) |
ACME-638: Removing non-used variable
-rwxr-xr-x | indra/newview/llpanelpeople.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h index cbfd74a2a0..55c2c3cdae 100755 --- a/indra/newview/llpanelpeople.h +++ b/indra/newview/llpanelpeople.h @@ -150,7 +150,6 @@ private: LLAvatarList* mNearbyList; LLAvatarList* mRecentList; LLGroupList* mGroupList; - LLSocialList* mFacebookFriends; S32 mFacebookListGeneration; LLNetMap* mMiniMap; |