Merge "Remove a useless method"

This commit is contained in:
Jean Chalard 2012-03-02 05:57:48 -08:00 committed by Android (Google) Code Review
commit a157249014

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