diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp
index 82f20f6ab07daf6cc89a1c07ac34035b05cc12da..d18ad3fc8d8bb80317eff39e99085e9c89298fe8 100644
--- a/indra/newview/llviewerdisplay.cpp
+++ b/indra/newview/llviewerdisplay.cpp
@@ -1572,7 +1572,7 @@ void render_ui_2d()
 				last_rect.mTop = LLRect::tCoordType(last_rect.mTop / LLUI::getScaleFactor().mV[1]);
 				last_rect.mBottom = LLRect::tCoordType(last_rect.mBottom / LLUI::getScaleFactor().mV[1]);
 
-				LLRect clip_rect(last_rect);
+				//LLRect clip_rect(last_rect);
 				
 				glClear(GL_COLOR_BUFFER_BIT);