summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-10-03 11:10:09 +0300
committerAndrew Dolgov <[email protected]>2020-10-03 11:10:09 +0300
commite9b10d4bc94aa8aba3fdd495c0fc87b2e9f9974c (patch)
tree2fdfb5b3976f7799e969bbf032dccb58e5f62043 /org.fox.ttrss/src/main/res/xml/preferences.xml
parent00405e2a83e056a20f09ffbeb0564931583a2d05 (diff)
remove preference to disable webview acceleration
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index fb0354fc..5555c28f 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -233,11 +233,6 @@
android:title="@string/logcat_title" />
<org.fox.ttrss.util.LessBrokenSwitchPreference
- android:defaultValue="true"
- android:key="webview_hardware_accel"
- android:summary="@string/accel_webview_summary"
- android:title="@string/accel_webview_title" />
- <org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="false"
android:key="transport_debugging"
android:title="@string/transport_debugging" />