diff options
author | Rider Linden <rider@lindenlab.com> | 2018-05-23 09:30:39 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-05-23 09:30:39 -0700 |
commit | fbaa01d9a0c63386f13f0e43437c69f700950fd6 (patch) | |
tree | ccdafb8bfa95031158e922b816377bad0bb637bd /indra/newview | |
parent | b29aa01056a1ea08d1d29dd610f6a1cd0aadcd9b (diff) |
Removed mSavedEnvironment so the Mac build will be happy.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloatereditextdaycycle.h | 2 |
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; |