From fbaa01d9a0c63386f13f0e43437c69f700950fd6 Mon Sep 17 00:00:00 2001
From: Rider Linden <rider@lindenlab.com>
Date: Wed, 23 May 2018 09:30:39 -0700
Subject: [PATCH] Removed mSavedEnvironment so the Mac build will be happy.

---
 indra/newview/llfloatereditextdaycycle.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/indra/newview/llfloatereditextdaycycle.h b/indra/newview/llfloatereditextdaycycle.h
index 3a1f29382a8..6ef3563e8f1 100644
--- a/indra/newview/llfloatereditextdaycycle.h
+++ b/indra/newview/llfloatereditextdaycycle.h
@@ -129,8 +129,6 @@ class LLFloaterEditExtDayCycle : public LLFloater
 	
     // 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;
-- 
GitLab