diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp
index 05bd7fb67f98fdd1e63b809e7c24a586a749d9ea..c5d7d1db5694bcbbc7c06d418cd889e634097216 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();