diff options
author | 2013-12-25 19:02:49 +0900 | |
---|---|---|
committer | 2013-12-25 19:02:49 +0900 | |
commit | 5c4bd203315fe4e0374d80d4fc038f210e1639bb (patch) | |
tree | afc1b6bfd9bc2b188a4749ad258eaa14052e9a0e /java/src/com/android/inputmethod/latin/settings/DebugSettings.java | |
parent | bb39518bd7bb58d76f11d0deb16978a5c5fca7d9 (diff) | |
download | latinime-5c4bd203315fe4e0374d80d4fc038f210e1639bb.tar.gz latinime-5c4bd203315fe4e0374d80d4fc038f210e1639bb.tar.xz latinime-5c4bd203315fe4e0374d80d4fc038f210e1639bb.zip |
Remove "Boost personalization dictionary" from settings.
Change-Id: Iab05e42e947610f358472cd95d0319d0ab3f0b31
Diffstat (limited to 'java/src/com/android/inputmethod/latin/settings/DebugSettings.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/settings/DebugSettings.java | 2 |
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; |