diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-01-10 09:54:30 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-01-10 09:54:30 +0000 |
commit | 48f028e9ce8868a8432320dc0dc9f04e8c8f6bc0 (patch) | |
tree | 2469bd99c743ae53fcc192b0ce069b219d65558b /guilib/GUIControlGroupList.cpp | |
parent | e4670b1ce8488b37d459a1e3c0aad171e2375dfc (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.cpp | 1 |
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) |