diff options
author | Martijn Kaijser <machine.sanctum@gmail.com> | 2013-09-19 09:46:23 -0700 |
---|---|---|
committer | Martijn Kaijser <machine.sanctum@gmail.com> | 2013-09-19 09:46:23 -0700 |
commit | a70bf38a17b03eabe4711da0d793f4c283264350 (patch) | |
tree | 401785e70e5cb61f8c37c879a35a5fb6e02d9cb0 /system/settings | |
parent | 0f16cb532c62205e16f264eb1a8134ab2120bfcc (diff) | |
parent | d1edef80843199ec79ecdf9cac9a51471d20ed75 (diff) |
Merge pull request #3237 from Karlson2k/remove_old_setting_01
Fix: Remove unused setting
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/settings.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index 44a247f1de..a22138c445 100644 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -475,27 +475,6 @@ </dependencies> <control type="spinner" format="number" /> </setting> - <setting id="videoplayer.resamplequality" type="integer" label="13505" help="36169"> - <level>4</level> - <default>1</default> <!-- RESAMPLE_MID --> - <constraints> - <options> - <option label="13506">0</option> <!-- RESAMPLE_LOW --> - <option label="13507">1</option> <!-- RESAMPLE_MID --> - <option label="13508">2</option> <!-- RESAMPLE_HIGH --> - <option label="13509">3</option> <!-- RESAMPLE_REALLYHIGH --> - </options> - </constraints> - <dependencies> - <dependency type="enable"> - <and> - <condition setting="videoplayer.usedisplayasclock" operator="is">true</condition> - <condition setting="videoplayer.synctype" operator="is">2</condition> <!-- SYNC_RESAMPLE --> - </and> - </dependency> - </dependencies> - <control type="spinner" format="string" /> - </setting> <setting id="videoplayer.errorinaspect" type="integer" label="22021" help="36170"> <level>2</level> <default>0</default> |