diff options
author | Karlson2k <k2k@narod.ru> | 2013-09-12 01:51:10 +0400 |
---|---|---|
committer | Karlson2k <k2k@narod.ru> | 2013-09-12 01:53:07 +0400 |
commit | d1edef80843199ec79ecdf9cac9a51471d20ed75 (patch) | |
tree | 1763d9ac5d930aa43dc6b8fded7d395a75c59589 /system | |
parent | 1b5ed564898caaf5849bc1577af2404bbf45e4ea (diff) |
Settings: remove unused setting
Diffstat (limited to 'system')
-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 56710c7429..0c44cf4ffb 100644 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -465,27 +465,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> |