Removed unused preference

This commit is contained in:
Denis 2014-12-22 12:25:49 +02:00
parent 4153c8cec8
commit 423ea313a6

View file

@ -5,8 +5,6 @@
<ListPreference android:key="map_screen_orientation" android:title="@string/map_screen_orientation" android:summary="@string/map_screen_orientation_descr"></ListPreference>
<PreferenceCategory android:title="@string/localization_pref_title" android:key="localization">
<ListPreference android:key="preferred_locale" android:title="@string/preferred_locale" android:summary="@string/preferred_locale_descr"></ListPreference>
<ListPreference android:summary="@string/map_preferred_locale_descr" android:title="@string/map_preferred_locale"
android:key="map_preferred_locale"/>
<ListPreference android:key="default_driving_region" android:title="@string/driving_region" android:summary="@string/driving_region_descr"></ListPreference>
<ListPreference android:key="default_metric_system" android:title="@string/unit_of_length" android:summary="@string/unit_of_length_descr"></ListPreference>