am e0e7c42e: am 416b5e83: am bfa0d8df: am e306d292: Merge "Remove a useless IPC call."

* commit 'e0e7c42e1d4e24129b0e1f8f67eaec31cdd8f6f0':
  Remove a useless IPC call.
main
Jean Chalard 2013-12-13 02:20:26 +00:00 committed by Android Git Automerger
commit 691207d1bb
1 changed files with 0 additions and 1 deletions

View File

@ -2342,7 +2342,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
if (!mRecapitalizeStatus.isSetAt(mLastSelectionStart, mLastSelectionEnd)) {
mLastSelectionStart = mRecapitalizeStatus.getNewCursorStart();
mLastSelectionEnd = mRecapitalizeStatus.getNewCursorEnd();
mConnection.setSelection(mLastSelectionStart, mLastSelectionEnd);
}
}
mRecapitalizeStatus.rotate();