Merge "Remove useless code (A79)"

This commit is contained in:
Jean Chalard 2012-07-10 00:47:56 -07:00 committed by Android (Google) Code Review
commit b98414f8fd

View file

@ -1505,7 +1505,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
// it entirely and resume suggestions on the previous word, we'd like to still
// have touch coordinates for it.
resetComposingState(false /* alsoResetLastComposedWord */);
clearSuggestions();
}
if (isComposingWord) {
final int keyX, keyY;