aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2011-06-30 00:53:35 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-06-30 00:53:35 -0700
commit5cceebc728072ad4beb5ad09994eaa8033f44e43 (patch)
treeb4ea825923566939de9ff629d8a634d2e7aa4c9b
parenta65d84ce81725a77a4864be18d2ca14ac095d4c8 (diff)
parent594a9a19630efffb44a425bd0801a972e5d6617c (diff)
downloadlatinime-5cceebc728072ad4beb5ad09994eaa8033f44e43.tar.gz
latinime-5cceebc728072ad4beb5ad09994eaa8033f44e43.tar.xz
latinime-5cceebc728072ad4beb5ad09994eaa8033f44e43.zip
Merge "Internal cleanup."
-rw-r--r--native/src/unigram_dictionary.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/native/src/unigram_dictionary.h b/native/src/unigram_dictionary.h
index 154ac9b36..56690feda 100644
--- a/native/src/unigram_dictionary.h
+++ b/native/src/unigram_dictionary.h
@@ -60,10 +60,6 @@ private:
void getSuggestionCandidates(const int skipPos, const int excessivePos,
const int transposedPos, int *nextLetters, const int nextLettersSize,
const int maxDepth);
- void getVersionNumber();
- bool checkIfDictVersionIsLatest();
- int getAddress(int *pos);
- int getFreq(int *pos);
bool sameAsTyped(const unsigned short *word, int length) const;
bool addWord(unsigned short *word, int length, int frequency);
void addWordAlternatesSpellings(const uint8_t* const root, int pos, int depth, int finalFreq);