summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatereditextdaycycle.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-05-23 09:30:39 -0700
committerRider Linden <rider@lindenlab.com>2018-05-23 09:30:39 -0700
commitfbaa01d9a0c63386f13f0e43437c69f700950fd6 (patch)
treeccdafb8bfa95031158e922b816377bad0bb637bd /indra/newview/llfloatereditextdaycycle.h
parentb29aa01056a1ea08d1d29dd610f6a1cd0aadcd9b (diff)
Removed mSavedEnvironment so the Mac build will be happy.
Diffstat (limited to 'indra/newview/llfloatereditextdaycycle.h')
-rw-r--r--indra/newview/llfloatereditextdaycycle.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.h b/indra/newview/llfloatereditextdaycycle.h
index 3a1f29382a..6ef3563e8f 100644
--- a/indra/newview/llfloatereditextdaycycle.h
+++ b/indra/newview/llfloatereditextdaycycle.h
@@ -129,8 +129,6 @@ private:
// data for restoring previous displayed environment
- S32 mSavedEnvironment;
-
LLSettingsDay::ptr_t mEditDay; // edited copy
LLSettingsDay::ptr_t mOriginalDay; // the one we are editing
S64Seconds mDayLength;