summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-04-09 12:38:47 -0700
committerRichard Nelson <none@none>2010-04-09 12:38:47 -0700
commit7d78d1ea4064c8912a6509a9e9527347413db3ce (patch)
tree7cd4dcee600bd101497916c2a2b79c71c0f71765 /indra
parent22d6992f95c2417d89be89cc12361bffb246b6ff (diff)
EXT-6693 - [crashhunters] crash in LLPopupView::handleMouseEvent
reviewed by Monroe
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llpopupview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpopupview.cpp b/indra/newview/llpopupview.cpp
index 7cde350d5a..4523bf2ba4 100644
--- a/indra/newview/llpopupview.cpp
+++ b/indra/newview/llpopupview.cpp
@@ -116,7 +116,6 @@ BOOL LLPopupView::handleMouseEvent(boost::function<BOOL(LLView*, S32, S32)> func
if (!popup
|| !predicate(popup))
{
- ++popup_it;
continue;
}