summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-07-30 17:41:55 -0700
committerRichard Nelson <none@none>2010-07-30 17:41:55 -0700
commit979b44e3cdbe14fb1962483cf98f7a71ce7994a1 (patch)
tree84bfd86c768d0d5cf05fd3e32867be10e5be5f17 /indra/newview
parent4fcd6e3702086344473126e3a65b8520c23c3583 (diff)
parentf4092f2b32308801cf3f034e031ab56b3161c878 (diff)
merge
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewerwindow.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp
index 00873a797c..b36af7d95b 100644
--- a/indra/newview/llviewerwindow.cpp
+++ b/indra/newview/llviewerwindow.cpp
@@ -2482,17 +2482,6 @@ void LLViewerWindow::updateUI()
// only update mouse hover set when UI is visible (since we shouldn't send hover events to invisible UI
if (gPipeline.hasRenderDebugFeatureMask(LLPipeline::RENDER_DEBUG_FEATURE_UI))
{
- // include all ancestors of captor_view as automatically having mouse
- if (captor_view)
- {
- LLView* captor_parent_view = captor_view->getParent();
- while(captor_parent_view)
- {
- mouse_hover_set.insert(captor_parent_view->getHandle());
- captor_parent_view = captor_parent_view->getParent();
- }
- }
-
// aggregate visible views that contain mouse cursor in display order
LLPopupView::popup_list_t popups = mPopupView->getCurrentPopups();