diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-08-07 08:16:16 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-08-07 08:16:16 +0000 |
commit | fa27a308bfbcc228785d02df454c1b1f71f437fd (patch) | |
tree | 03090b21b21a86daf7c81c47e4632b2dd455d5aa /guilib/GUIControlFactory.h | |
parent | 3077c582e4899f6dd92a95da859dd5b0c9aa5794 (diff) |
cleanup: Removed unused ScaleElement function
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32571 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUIControlFactory.h')
-rw-r--r-- | guilib/GUIControlFactory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guilib/GUIControlFactory.h b/guilib/GUIControlFactory.h index e61b42f247..e8060c2188 100644 --- a/guilib/GUIControlFactory.h +++ b/guilib/GUIControlFactory.h @@ -46,7 +46,6 @@ public: CGUIControlFactory(void); virtual ~CGUIControlFactory(void); CGUIControl* Create(int parentID, const CRect &rect, TiXmlElement* pControlNode, bool insideContainer = false); - void ScaleElement(TiXmlElement *element, RESOLUTION fileRes, RESOLUTION destRes); /*! \brief translate from control name to control type \param type name of the control |