diff options
author | Merov Linden <merov@lindenlab.com> | 2014-03-17 18:08:21 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-03-17 18:08:21 -0700 |
commit | 619aa8e65c2eb81c62accbc87fcf2c85534180ae (patch) | |
tree | eda8740663a3747e4767b54434a48a61b2e42e2b /indra/newview/llfloaterfacebook.h | |
parent | 265822ef20d90b0eb84e5b4c9a0847056095023a (diff) |
ACME-1376 : Suppress location checkbox in Facebook Photo panel
Diffstat (limited to 'indra/newview/llfloaterfacebook.h')
-rw-r--r-- | indra/newview/llfloaterfacebook.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfloaterfacebook.h b/indra/newview/llfloaterfacebook.h index 5f2d53eaca..fd5d3d0635 100644 --- a/indra/newview/llfloaterfacebook.h +++ b/indra/newview/llfloaterfacebook.h @@ -78,7 +78,6 @@ public: void updateControls(); void updateResolution(BOOL do_update); - void updateLocationCheckbox(); void checkAspectRatio(S32 index); LLUICtrl* getRefreshBtn(); @@ -95,7 +94,6 @@ private: LLUICtrl * mWorkingLabel; LLUICtrl * mThumbnailPlaceholder; LLUICtrl * mCaptionTextBox; - LLUICtrl * mLocationCheckbox; LLUICtrl * mPostButton; LLUICtrl * mCancelButton; LLButton * mBtnPreview; @@ -103,7 +101,6 @@ private: LLFloaterBigPreview * mBigPreviewFloater; S32 mQuality; // Compression quality - bool mIncludeLocation; }; class LLFacebookCheckinPanel : public LLPanel |