Skip to content

Commit

Permalink
Merge pull request #3237 from Karlson2k/remove_old_setting_01
Browse files Browse the repository at this point in the history
Fix: Remove unused setting
  • Loading branch information
MartijnKaijser committed Sep 19, 2013
2 parents 0f16cb5 + d1edef8 commit a70bf38
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions system/settings/settings.xml
Expand Up @@ -475,27 +475,6 @@
</dependencies> </dependencies>
<control type="spinner" format="number" /> <control type="spinner" format="number" />
</setting> </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"> <setting id="videoplayer.errorinaspect" type="integer" label="22021" help="36170">
<level>2</level> <level>2</level>
<default>0</default> <default>0</default>
Expand Down

0 comments on commit a70bf38

Please sign in to comment.