diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-07-17 05:49:29 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-07-17 05:49:29 +0000 |
commit | fb534a4d27e3bff701a55d9b07058dea64f4a9b3 (patch) | |
tree | 14fc4b112c43b0529d55529a4e04d92a476f580d /guilib/GUIControlGroup.h | |
parent | abf376f43231ae8b37ce99ae3485d82df7141d5d (diff) |
fixed: Ensure GetRenderPosition() returns something sensible for dialogs with origin other than (0,0)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31891 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUIControlGroup.h')
-rw-r--r-- | guilib/GUIControlGroup.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/guilib/GUIControlGroup.h b/guilib/GUIControlGroup.h index 6b9f331468..162e806fdf 100644 --- a/guilib/GUIControlGroup.h +++ b/guilib/GUIControlGroup.h @@ -89,12 +89,6 @@ public: #endif protected: /*! - \brief Return the coordinates of the top left of the group, in the group's parent coordinates - \return The top left coordinates of the group - */ - virtual CPoint GetPosition() const { return CPoint(m_posX, m_posY); }; - - /*! \brief Check whether a given control is valid Runs through controls and returns whether this control is valid. Only functional for controls with non-zero id. |