mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Internal cleanup.
Removed unused function prototypes. Change-Id: Ia56ea8e285deed17ce8377df855b045b7850d58d
This commit is contained in:
parent
49c8567db2
commit
594a9a1963
@ -60,10 +60,6 @@ private:
|
|||||||
void getSuggestionCandidates(const int skipPos, const int excessivePos,
|
void getSuggestionCandidates(const int skipPos, const int excessivePos,
|
||||||
const int transposedPos, int *nextLetters, const int nextLettersSize,
|
const int transposedPos, int *nextLetters, const int nextLettersSize,
|
||||||
const int maxDepth);
|
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 sameAsTyped(const unsigned short *word, int length) const;
|
||||||
bool addWord(unsigned short *word, int length, int frequency);
|
bool addWord(unsigned short *word, int length, int frequency);
|
||||||
void addWordAlternatesSpellings(const uint8_t* const root, int pos, int depth, int finalFreq);
|
void addWordAlternatesSpellings(const uint8_t* const root, int pos, int depth, int finalFreq);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user