diff options
Diffstat (limited to 'res/xml/advanced_preferences.xml')
-rw-r--r-- | res/xml/advanced_preferences.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/res/xml/advanced_preferences.xml b/res/xml/advanced_preferences.xml index 4a2823e..6e58164 100644 --- a/res/xml/advanced_preferences.xml +++ b/res/xml/advanced_preferences.xml @@ -76,12 +76,6 @@ android:defaultValue="true" android:title="@string/pref_content_block_popups" /> - <CheckBoxPreference - android:key="load_images" - android:defaultValue="true" - android:title="@string/pref_content_load_images" - android:summary="@string/pref_content_load_images_summary" /> - <ListPreference android:key="default_text_encoding" android:title="@string/pref_default_text_encoding" |