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

Commit f05392f2 authored by Jean Chalard's avatar Jean Chalard
Browse files

Remove an unused method (A22)

Change-Id: I2195f365df1799c8b3b2a53670d1df535ab1a742
parent 6234be1f
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -211,14 +211,6 @@ public class Suggest {
        return sb;
    }

    // Compatibility for tests. TODO: remove this
    public SuggestedWords getSuggestedWords(
            final WordComposer wordComposer, CharSequence prevWordForBigram,
            final ProximityInfo proximityInfo, final boolean isCorrectionEnabled) {
        return getSuggestedWords(wordComposer, prevWordForBigram, proximityInfo,
                isCorrectionEnabled, false);
    }

    // TODO: cleanup dictionaries looking up and suggestions building with SuggestedWords.Builder
    public SuggestedWords getSuggestedWords(
            final WordComposer wordComposer, CharSequence prevWordForBigram,