diff options
author | Christian Schneppe <christian@pix-art.de> | 2017-01-25 21:47:09 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2017-01-25 21:47:09 +0100 |
commit | 79d6f57d72ccde93721d26c0e3131b5f9ac66dca (patch) | |
tree | 2507011b87b5928d32dacc519c8398fb86f25d52 /src/main/res/xml | |
parent | 27a46c30757fb913594efdaf8606cf80cfa7d05c (diff) |
delete unused resources
Diffstat (limited to '')
-rw-r--r-- | src/main/res/xml/preferences.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 959201f5c..92078afc0 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -115,13 +115,6 @@ android:key="picture_compression" android:summary="@string/pref_picture_compression_summary" android:title="@string/pref_picture_compression" /> - <ListPreference - android:defaultValue="auto" - android:entries="@array/video_compression_entries" - android:entryValues="@array/video_compression_values" - android:key="video_compression" - android:summary="@string/pref_video_compression_summary" - android:title="@string/pref_video_compression" /> </PreferenceScreen> <!--status--> <PreferenceScreen @@ -231,7 +224,7 @@ android:defaultValue="true" android:key="btbv" android:title="@string/pref_blind_trust_before_verification" - android:summary="@string/pref_blind_trust_before_verification_summary"/> + android:summary="@string/pref_blind_trust_before_verification_summary" /> <CheckBoxPreference android:defaultValue="false" android:key="dont_save_encrypted" |