aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUIControlGroupList.cpp
diff options
context:
space:
mode:
authorjmarshallnz <jmarshallnz@svn>2010-01-10 09:54:30 +0000
committerjmarshallnz <jmarshallnz@svn>2010-01-10 09:54:30 +0000
commit48f028e9ce8868a8432320dc0dc9f04e8c8f6bc0 (patch)
tree2469bd99c743ae53fcc192b0ce069b219d65558b /guilib/GUIControlGroupList.cpp
parente4670b1ce8488b37d459a1e3c0aad171e2375dfc (diff)
removed: inaccurate comment.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26628 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
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)