aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2013-05-18 14:54:02 +0200
committermontellese <montellese@xbmc.org>2013-05-27 21:32:47 +0200
commitfd6b6f1356da4341b0b99b548860e94120f00454 (patch)
tree9833a5b17ba58ab98141a6a81f1d8f3a774bd8dd /system
parent10da44b12a67f0b9b0e2d717ab09df52dfb28a94 (diff)
settings: remove redundant "label" and "help" definitions in platform-specific setting definition files
Diffstat (limited to 'system')
-rw-r--r--system/settings/darwin.xml2
-rw-r--r--system/settings/darwin_ios.xml2
-rw-r--r--system/settings/win32.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/system/settings/darwin.xml b/system/settings/darwin.xml
index 0f0919cde4..817a99023f 100644
--- a/system/settings/darwin.xml
+++ b/system/settings/darwin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<settings>
<section id="system">
- <category id="videoscreen" label="21373" help="36350">
+ <category id="videoscreen">
<group id="1">
<setting id="videoscreen.resolution" label="131" />
</group>
diff --git a/system/settings/darwin_ios.xml b/system/settings/darwin_ios.xml
index c6a1210dc0..e4c74f44b5 100644
--- a/system/settings/darwin_ios.xml
+++ b/system/settings/darwin_ios.xml
@@ -16,7 +16,7 @@
</category>
</section>
<section id="music">
- <category id="audiocds" label="620" help="36282">
+ <category id="audiocds">
<visible>false</visible>
</category>
</section>
diff --git a/system/settings/win32.xml b/system/settings/win32.xml
index 01fb1bfb87..76bc2bf989 100644
--- a/system/settings/win32.xml
+++ b/system/settings/win32.xml
@@ -27,7 +27,7 @@
</setting>
</group>
</category>
- <category id="smb" label="1200" help="36420">
+ <category id="smb">
<visible>false</visible>
</category>
</section>