diff options
author | callum_linden <none@none> | 2014-10-20 10:01:48 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-20 10:01:48 -0700 |
commit | b8590d06d567d16b1835731a2422d13f26a1f787 (patch) | |
tree | da62d53bdb80495363a64730a29e7391a469934b /indra | |
parent | a37c41e3f5dbf49cdda0de21481b7c841050d971 (diff) |
Update to build on Xcode 6.0: removal of some unused variables
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llpanelpeople.h | 1 | ||||
-rwxr-xr-x | indra/newview/llpanelplaces.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h index 55eaf74f74..c1d7a134fa 100755 --- a/indra/newview/llpanelpeople.h +++ b/indra/newview/llpanelpeople.h @@ -149,7 +149,6 @@ private: Updater* mFriendListUpdater; Updater* mNearbyListUpdater; Updater* mRecentListUpdater; - Updater* mFacebookListUpdater; Updater* mButtonsUpdater; LLHandle< LLFloater > mPicker; }; diff --git a/indra/newview/llpanelplaces.cpp b/indra/newview/llpanelplaces.cpp index 2be96b9b78..4bcd932d4b 100755 --- a/indra/newview/llpanelplaces.cpp +++ b/indra/newview/llpanelplaces.cpp @@ -75,7 +75,6 @@ #include "llviewerwindow.h" // Constants -static const S32 LANDMARK_FOLDERS_MENU_WIDTH = 250; static const F32 PLACE_INFO_UPDATE_INTERVAL = 3.0; static const std::string AGENT_INFO_TYPE = "agent"; static const std::string CREATE_LANDMARK_INFO_TYPE = "create_landmark"; |