From 28db67c3952f65d9c3ee23ce85851ba8ab29fc50 Mon Sep 17 00:00:00 2001
From: Leslie Linden <leslie@lindenlab.com>
Date: Mon, 14 Nov 2011 17:16:34 -0800
Subject: [PATCH] Removed unused variable to fix the mac build

---
 indra/llui/llfloater.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp
index 05bd7fb67f9..c5d7d1db569 100644
--- a/indra/llui/llfloater.cpp
+++ b/indra/llui/llfloater.cpp
@@ -2185,9 +2185,6 @@ void LLFloaterView::reshape(S32 width, S32 height, BOOL called_from_parent)
 			continue;
 		}
 
-		// Make if follow the edge it is closest to
-		U32 follow_flags = 0x0;
-
 		if (!floaterp->isMinimized())
 		{
 			LLRect r = floaterp->getRect();
-- 
GitLab