aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
Diffstat (limited to 'java/res')
-rw-r--r--java/res/xml/prefs.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml
index 11cc3ac42..c48b80a5d 100644
--- a/java/res/xml/prefs.xml
+++ b/java/res/xml/prefs.xml
@@ -105,15 +105,6 @@
android:defaultValue="@bool/enable_autocorrect"
android:dependency="show_suggestions"
/>
-
- <CheckBoxPreference
- android:key="bigram_suggestion"
- android:title="@string/bigram_suggestion"
- android:summary="@string/bigram_suggestion_summary"
- android:persistent="true"
- android:defaultValue="true"
- android:dependency="auto_complete"
- />
</PreferenceCategory>
<CheckBoxPreference