diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-02-13 21:03:35 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-02-13 21:03:35 +0100 |
commit | 6a2c1a0dd55e69996926b0ed0624fedf94068167 (patch) | |
tree | 5401c3e2cd9ed5a78db49add426e4061bcea68c8 /src/main/res/xml/preferences.xml | |
parent | 3ac391789736d700396c4e9bcfcee33052426b94 (diff) |
Unused preference 'picture_compression'. This feature is configured in our variant via 'resize_picture'
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r-- | src/main/res/xml/preferences.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index dbe063b8..dd8e1f78 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -17,13 +17,6 @@ android:summary="@string/pref_xmpp_resource_summary" android:title="@string/pref_xmpp_resource"/> <ListPreference - android:defaultValue="auto" - android:entries="@array/picture_compression_entries" - android:entryValues="@array/picture_compression_values" - android:key="picture_compression" - android:summary="@string/pref_picture_compression_summary" - android:title="@string/pref_picture_compression"/> - <ListPreference android:defaultValue="2" android:entries="@array/confirm_strings" android:entryValues="@array/confirm_values" |