Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 594a9a19 authored by Jean Chalard's avatar Jean Chalard
Browse files

Internal cleanup.

Removed unused function prototypes.

Change-Id: Ia56ea8e285deed17ce8377df855b045b7850d58d
parent 49c8567d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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);