Merge "Internal cleanup."

main
Jean Chalard 2011-06-30 00:53:35 -07:00 committed by Android (Google) Code Review
commit 5cceebc728
1 changed files with 0 additions and 4 deletions

View File

@ -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);