From 8a6c5b48e30ed0a3502868c90048ce7ef9f73ce0 Mon Sep 17 00:00:00 2001
From: callum_linden <none@none>
Date: Sat, 18 Oct 2014 12:23:15 -0700
Subject: [PATCH] Update to build on Xcode 6.0: remove unused member variable

---
 indra/newview/llfloateruipreview.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/newview/llfloateruipreview.cpp b/indra/newview/llfloateruipreview.cpp
index bfc36a6bfbd..76ad2146f19 100755
--- a/indra/newview/llfloateruipreview.cpp
+++ b/indra/newview/llfloateruipreview.cpp
@@ -180,7 +180,6 @@ class LLFloaterUIPreview : public LLFloater
 	LLButton*					mToggleOverlapButton;				// button to togle overlap panel/highlighting
 	LLComboBox*					mLanguageSelection;					// combo box for primary language selection
 	LLComboBox*					mLanguageSelection_2;				// combo box for secondary language selection
-	LLScrollContainer*			mOverlapScrollView;					// overlapping elements scroll container
 	S32							mLastDisplayedX, mLastDisplayedY;	// stored position of last floater so the new one opens up in the same place
 	std::string 				mDelim;								// the OS-specific delimiter character (/ or \) (*TODO: this shouldn't be needed, right?)
 
-- 
GitLab