aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2013-12-25 02:12:11 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-12-25 02:12:11 -0800
commit5f33e88490eab6ddfb133bd9fd4f0c55b25c05b4 (patch)
treeafc1b6bfd9bc2b188a4749ad258eaa14052e9a0e /java/src
parent52b417dca0dccc1b838b916e31519a7380fcd4e5 (diff)
parent5c4bd203315fe4e0374d80d4fc038f210e1639bb (diff)
downloadlatinime-5f33e88490eab6ddfb133bd9fd4f0c55b25c05b4.tar.gz
latinime-5f33e88490eab6ddfb133bd9fd4f0c55b25c05b4.tar.xz
latinime-5f33e88490eab6ddfb133bd9fd4f0c55b25c05b4.zip
am 5c4bd203: Remove "Boost personalization dictionary" from settings.
* commit '5c4bd203315fe4e0374d80d4fc038f210e1639bb': Remove "Boost personalization dictionary" from settings.
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/latin/settings/DebugSettings.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/settings/DebugSettings.java b/java/src/com/android/inputmethod/latin/settings/DebugSettings.java
index d060485bd..29bbed8bd 100644
--- a/java/src/com/android/inputmethod/latin/settings/DebugSettings.java
+++ b/java/src/com/android/inputmethod/latin/settings/DebugSettings.java
@@ -39,8 +39,6 @@ public final class DebugSettings extends PreferenceFragment
public static final String PREF_STATISTICS_LOGGING = "enable_logging";
public static final String PREF_USE_ONLY_PERSONALIZATION_DICTIONARY_FOR_DEBUG =
"use_only_personalization_dictionary_for_debug";
- public static final String PREF_BOOST_PERSONALIZATION_DICTIONARY_FOR_DEBUG =
- "boost_personalization_dictionary_for_debug";
private static final String PREF_READ_EXTERNAL_DICTIONARY = "read_external_dictionary";
private static final boolean SHOW_STATISTICS_LOGGING = false;