diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-04-07 03:46:09 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-04-07 03:46:09 +0000 |
commit | 4e7d4cba2f3a8de6cae13990063269ea52853cab (patch) | |
tree | 8ecb2171a67634a1c5de8261f1c25e41219c6755 /guilib | |
parent | 6d5d4a969e1fe086c717f8dc13e96516fe7d9308 (diff) |
cleanup: Removed depreciated control types.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29101 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib')
-rw-r--r-- | guilib/GUIControl.h | 5 | ||||
-rw-r--r-- | guilib/GUIControlProfiler.cpp | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/guilib/GUIControl.h b/guilib/GUIControl.h index f1c2081e62..72466930d9 100644 --- a/guilib/GUIControl.h +++ b/guilib/GUIControl.h @@ -224,26 +224,21 @@ public: GUICONTROL_BORDEREDIMAGE, GUICONTROL_LARGE_IMAGE, GUICONTROL_LABEL, - GUICONTROL_LIST, GUICONTROL_LISTGROUP, - GUICONTROL_LISTEX, GUICONTROL_PROGRESS, GUICONTROL_RADIO, GUICONTROL_RSS, GUICONTROL_SELECTBUTTON, GUICONTROL_SLIDER, GUICONTROL_SETTINGS_SLIDER, - GUICONTROL_SPINBUTTON, GUICONTROL_SPIN, GUICONTROL_SPINEX, GUICONTROL_TEXTBOX, - GUICONTROL_THUMBNAIL, GUICONTROL_TOGGLEBUTTON, GUICONTROL_VIDEO, GUICONTROL_MOVER, GUICONTROL_RESIZE, GUICONTROL_BUTTONBAR, - GUICONTROL_CONSOLE, GUICONTROL_EDIT, GUICONTROL_VISUALISATION, GUICONTROL_RENDERADDON, diff --git a/guilib/GUIControlProfiler.cpp b/guilib/GUIControlProfiler.cpp index 16142f3b72..0ffe0f5a01 100644 --- a/guilib/GUIControlProfiler.cpp +++ b/guilib/GUIControlProfiler.cpp @@ -157,12 +157,7 @@ void CGUIControlProfilerItem::SaveToXML(TiXmlElement *parent) lpszType = "fixedlist"; break; case CGUIControl::GUICONTAINER_PANEL: lpszType = "panel"; break; - //case CGUIControl::GUICONTROL_LIST: //case CGUIControl::GUICONTROL_UNKNOWN: - //case CGUIControl::GUICONTROL_LISTEX: - //case CGUIControl::GUICONTROL_SPINBUTTON: - //case CGUIControl::GUICONTROL_THUMBNAIL: - //case CGUIControl::GUICONTROL_CONSOLE: default: break; } |