aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/unigram_dictionary.cpp
diff options
context:
space:
mode:
authorsatok <satok@google.com>2012-03-28 18:21:04 +0900
committersatok <satok@google.com>2012-03-28 18:42:30 +0900
commit6ba8de2a608dfe4865b0b59a753f2d2abbedeeff (patch)
tree8d4e2f90dcbeca665c6e54d491cb41e9169042d1 /native/src/unigram_dictionary.cpp
parent67094f5bdece00994f70c6f1fa9a6ff7b8f3c3c1 (diff)
downloadlatinime-6ba8de2a608dfe4865b0b59a753f2d2abbedeeff.tar.gz
latinime-6ba8de2a608dfe4865b0b59a753f2d2abbedeeff.tar.xz
latinime-6ba8de2a608dfe4865b0b59a753f2d2abbedeeff.zip
Good bye the proximity logic in Java code
Bug: 4343280 Change-Id: I82f7d08703647a3492ce6e2d3b741146df58927e
Diffstat (limited to 'native/src/unigram_dictionary.cpp')
-rw-r--r--native/src/unigram_dictionary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/unigram_dictionary.cpp b/native/src/unigram_dictionary.cpp
index d21413d8b..ed4c066f3 100644
--- a/native/src/unigram_dictionary.cpp
+++ b/native/src/unigram_dictionary.cpp
@@ -40,7 +40,7 @@ const UnigramDictionary::digraph_t UnigramDictionary::FRENCH_LIGATURES_DIGRAPHS[
// TODO: check the header
UnigramDictionary::UnigramDictionary(const uint8_t* const streamStart, int typedLetterMultiplier,
- int fullWordMultiplier, int maxWordLength, int maxWords, int maxProximityChars,
+ int fullWordMultiplier, int maxWordLength, int maxWords,
const bool isLatestDictVersion)
: DICT_ROOT(streamStart), MAX_WORD_LENGTH(maxWordLength), MAX_WORDS(maxWords),
IS_LATEST_DICT_VERSION(isLatestDictVersion),