diff options
-rw-r--r-- | indra/newview/llfasttimerview.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llfasttimerview.cpp b/indra/newview/llfasttimerview.cpp index 48fc60d529..8bc3b5a75f 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; |