Remove a useless method

Change-Id: I038e6a82b6463a2a8ec494171a596d76fbc75fe1
main
Jean Chalard 2012-03-02 20:38:41 +09:00
parent dd931c47be
commit 5edda4111e
1 changed files with 0 additions and 4 deletions

View File

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