diff options
author | 2013-12-25 02:12:11 -0800 | |
---|---|---|
committer | 2013-12-25 02:12:11 -0800 | |
commit | 5f33e88490eab6ddfb133bd9fd4f0c55b25c05b4 (patch) | |
tree | afc1b6bfd9bc2b188a4749ad258eaa14052e9a0e /java/src/com/android/inputmethod | |
parent | 52b417dca0dccc1b838b916e31519a7380fcd4e5 (diff) | |
parent | 5c4bd203315fe4e0374d80d4fc038f210e1639bb (diff) | |
download | latinime-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/com/android/inputmethod')
-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; |