aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIControlGroupList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'guilib/GUIControlGroupList.cpp')
-rw-r--r--guilib/GUIControlGroupList.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/guilib/GUIControlGroupList.cpp b/guilib/GUIControlGroupList.cpp
index 33336eb4a9..fc6e222e9e 100644
--- a/guilib/GUIControlGroupList.cpp
+++ b/guilib/GUIControlGroupList.cpp
@@ -319,7 +319,6 @@ bool CGUIControlGroupList::SendMouseEvent(const CPoint &point, const CMouseEvent
m_transform.InverseTransformPosition(childPoint.x, childPoint.y);
if (CGUIControl::CanFocus())
{
- // run through our controls in reverse order (so that last rendered is checked first)
float pos = 0;
float alignOffset = GetAlignOffset();
for (ciControls i = m_children.begin(); i != m_children.end(); ++i)