diff options
author | montellese <montellese@xbmc.org> | 2014-12-22 00:52:02 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2014-12-22 01:05:58 +0100 |
commit | 3b07c17bed076dffbb265ae200256bdc9780ffb7 (patch) | |
tree | 07d53d240db184b5612094464794a9ed1e8ec8fc /addons/xbmc.gui | |
parent | c6373c4213b61bd18779fb4ec01197ba1d73155a (diff) |
addons: remove unused "defaultthemename" attribute from skin.xsd
Diffstat (limited to 'addons/xbmc.gui')
-rw-r--r-- | addons/xbmc.gui/skin.xsd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/addons/xbmc.gui/skin.xsd b/addons/xbmc.gui/skin.xsd index 350805725a..64796cd01c 100644 --- a/addons/xbmc.gui/skin.xsd +++ b/addons/xbmc.gui/skin.xsd @@ -19,7 +19,6 @@ <xs:attribute name="name" type="xs:string"/> <xs:attribute name="defaultresolution" type="xs:string" use="required"/> <xs:attribute name="defaultresolutionwide" type="xs:string" use="required"/> - <xs:attribute name="defaultthemename" type="xs:string" use="required"/> <xs:attribute name="effectslowdown" type="xs:float"/> <xs:attribute name="debugging" type="xs:boolean"/> </xs:complexType> |