aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/defines.h
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2012-08-17 09:37:39 +0900
committerJean Chalard <jchalard@google.com>2012-08-17 11:10:58 +0900
commit8af8c15c6ba370ef3c0e9083e5229b4080ea288f (patch)
treef4573f1f9955ada05bbb316c494072af9c8d7696 /native/jni/src/defines.h
parent3083b4b77d51b28749a819d4e01a09ec558956e4 (diff)
downloadlatinime-8af8c15c6ba370ef3c0e9083e5229b4080ea288f.tar.gz
latinime-8af8c15c6ba370ef3c0e9083e5229b4080ea288f.tar.xz
latinime-8af8c15c6ba370ef3c0e9083e5229b4080ea288f.zip
Allow one-character suggestions.
Bug: 6906525 Change-Id: I62117653ac1281f825afc4ebb30f7e786902b750
Diffstat (limited to 'native/jni/src/defines.h')
-rw-r--r--native/jni/src/defines.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h
index 484fc6bde..929b303d6 100644
--- a/native/jni/src/defines.h
+++ b/native/jni/src/defines.h
@@ -298,8 +298,6 @@ static inline void prof_out(void) {
// word in the dictionary for languages with digraphs, like German and French
#define DEFAULT_MAX_DIGRAPH_SEARCH_DEPTH 5
-// Minimum suggest depth for one word for all cases except for missing space suggestions.
-#define MIN_SUGGEST_DEPTH 1
#define MIN_USER_TYPED_LENGTH_FOR_MULTIPLE_WORD_SUGGESTION 3
#define MIN_USER_TYPED_LENGTH_FOR_EXCESSIVE_CHARACTER_SUGGESTION 3