From 0a16e7627ed0c54510c4a641be30e6dd554932db Mon Sep 17 00:00:00 2001
From: Ychebotarev ProductEngine <ychebotarev@productengine.com>
Date: Wed, 3 Mar 2010 12:40:18 +0200
Subject: [PATCH] cleanup

--HG--
branch : product-engine
---
 indra/newview/llfasttimerview.cpp | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/indra/newview/llfasttimerview.cpp b/indra/newview/llfasttimerview.cpp
index 48fc60d529c..8bc3b5a75f0 100644
--- a/indra/newview/llfasttimerview.cpp
+++ b/indra/newview/llfasttimerview.cpp
@@ -217,11 +217,6 @@ BOOL LLFastTimerView::handleMouseUp(S32 x, S32 y, MASK mask)
 
 BOOL LLFastTimerView::handleHover(S32 x, S32 y, MASK mask)
 {
-	/*if(y>getRect().getHeight()-20)
-	{
-		return LLFloater::handleMouseDown(x, y, mask);
-	}*/
-
 	mHoverTimer = NULL;
 	mHoverID = NULL;
 
-- 
GitLab