Remove a useless method
Change-Id: I038e6a82b6463a2a8ec494171a596d76fbc75fe1
This commit is contained in:
parent
dd931c47be
commit
5edda4111e
1 changed files with 0 additions and 4 deletions
|
@ -65,10 +65,6 @@ public class SuggestedWords {
|
|||
return mHasAutoCorrectionCandidate && size() > 1 && !mTypedWordValid;
|
||||
}
|
||||
|
||||
public boolean hasWordAboveAutoCorrectionScoreThreshold() {
|
||||
return mHasAutoCorrectionCandidate && ((size() > 1 && !mTypedWordValid) || mTypedWordValid);
|
||||
}
|
||||
|
||||
public boolean isPunctuationSuggestions() {
|
||||
return mIsPunctuationSuggestions;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue