diff options
| author | Leslie Linden <leslie@lindenlab.com> | 2011-11-14 17:16:34 -0800 | 
|---|---|---|
| committer | Leslie Linden <leslie@lindenlab.com> | 2011-11-14 17:16:34 -0800 | 
| commit | 28db67c3952f65d9c3ee23ce85851ba8ab29fc50 (patch) | |
| tree | ba592ca8cb616abc5c08910dfaa4567f6c465e81 /indra | |
| parent | 3c5cdd2948d4c215d70a86a1cab12ae55d3958b9 (diff) | |
Removed unused variable to fix the mac build
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llui/llfloater.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index 05bd7fb67f..c5d7d1db56 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(); | 
