From 594a9a19630efffb44a425bd0801a972e5d6617c Mon Sep 17 00:00:00 2001 From: Jean Chalard Date: Thu, 30 Jun 2011 16:51:17 +0900 Subject: [PATCH] Internal cleanup. Removed unused function prototypes. Change-Id: Ia56ea8e285deed17ce8377df855b045b7850d58d --- native/src/unigram_dictionary.h | 4 ---- 1 file changed, 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);