Remove a useless function call

Change-Id: I1a775cbf90dca301e1e6b596ddac64fdbc023199
main
Jean Chalard 2011-12-12 20:51:43 +09:00
parent dcf8a6b2c6
commit 4f41cbc588
1 changed files with 0 additions and 1 deletions

View File

@ -2190,7 +2190,6 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
// "ic" must not be null
private void restartSuggestionsOnManuallyPickedTypedWord(final InputConnection ic) {
final CharSequence separator = ic.getTextBeforeCursor(1, 0);
final int restartLength = mWordComposer.size();
if (DEBUG) {
final String wordBeforeCursor =