diff options
author | Memphiz <memphis@machzwo.de> | 2014-02-07 20:45:52 +0100 |
---|---|---|
committer | Jonathan Marshall <jmarshall@xbmc.org> | 2014-02-22 09:04:47 +1300 |
commit | 2f0c77f1122c1baed507162bc65697ef1ca68418 (patch) | |
tree | 6e82c86eea27be1137edd5e4b3e9855ca123a237 /system | |
parent | 98a81d9fa68c4ab1931e43a53c299a8cf7736417 (diff) |
[settings] - don't hide passthrough settings on ios - visibility is now automagically determined by available audio device types
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/darwin_ios.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/system/settings/darwin_ios.xml b/system/settings/darwin_ios.xml index 9d03d7977c..1d67f9bb8c 100644 --- a/system/settings/darwin_ios.xml +++ b/system/settings/darwin_ios.xml @@ -43,18 +43,6 @@ <default>Default</default> <visible>false</visible> </setting> - <setting id="audiooutput.ac3passthrough"> - <requirement>IsAppleTV2</requirement> - </setting> - <setting id="audiooutput.dtspassthrough"> - <requirement>IsAppleTV2</requirement> - </setting> - <setting id="audiooutput.truehdpassthrough"> - <visible>false</visible> - </setting> - <setting id="audiooutput.dtshdpassthrough"> - <visible>false</visible> - </setting> </group> </category> <category id="input"> |