Index: libadblockplus-android-settings/res/xml/preference_adblock_general.xml
diff --git a/libadblockplus-android-settings/res/xml/preference_adblock_general.xml b/libadblockplus-android-settings/res/xml/preference_adblock_general.xml
deleted file mode 100644
index 73fc39d0a0f1c74ac26578e03495911842af192e..0000000000000000000000000000000000000000
--- a/libadblockplus-android-settings/res/xml/preference_adblock_general.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
-
-    <!-- Adblock: enabled/disabled -->
-    <SwitchPreference
-        android:key="@string/fragment_adblock_settings_enabled_key"
-        android:title="@string/fragment_adblock_settings_enabled_title" />
-
-    <!-- Filter lists -->
-    <MultiSelectListPreference
-        android:key="adblock_filter_lists"
-        android:title="@string/fragment_adblock_settings_filter_lists_title"
-        android:summary="@string/fragment_adblock_settings_filter_lists_summary" />
-
-    <!-- Acceptable Ads: enabled/disabled -->
-    <SwitchPreference
-        android:key="@string/fragment_adblock_settings_aa_enabled_key"
-        android:title="@string/fragment_adblock_settings_aa_enabled_title"
-        android:summary="@string/fragment_adblock_settings_aa_enabled_summary" />
-
-    <!-- Whitelisted domains -->
-    <Preference
-        android:key="@string/fragment_adblock_settings_wl_key"
-        android:title="@string/fragment_adblock_settings_wl_title"
-        android:summary="@string/fragment_adblock_settings_wl_summary" />
-
-    <!-- Allowed connection type for updates -->
-    <ListPreference
-        android:key="@string/fragment_adblock_settings_allowed_connection_type_key"
-        android:title="@string/fragment_adblock_settings_allowed_connection_type"
-        android:summary="%s"/>
-
-</PreferenceScreen>
\ No newline at end of file
