diff options
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/xml/preferences.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml index 41d6c9ef..175639db 100755 --- a/org.fox.ttrss/src/main/res/xml/preferences.xml +++ b/org.fox.ttrss/src/main/res/xml/preferences.xml @@ -22,12 +22,6 @@ android:title="@string/ttrss_url" > </EditTextPreference> - <org.fox.ttrss.util.LessBrokenSwitchPreference - android:defaultValue="true" - android:key="check_for_updates" - android:summary="@string/check_for_updates_summary" - android:title="@string/check_for_updates" /> - <Preference android:key="network_settings" android:title="@string/prefs_network_settings" /> |