diff options
author | 2013-08-05 18:44:37 +0900 | |
---|---|---|
committer | 2013-08-05 18:46:35 +0900 | |
commit | 28a148681ee754cdbc7767c7af3450c747bc855f (patch) | |
tree | 73603b3e132973c1d71fc04a3666585909d4c8a7 /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | 975113d00d7da2f784c7dce923316bbc5b03daeb (diff) | |
download | latinime-28a148681ee754cdbc7767c7af3450c747bc855f.tar.gz latinime-28a148681ee754cdbc7767c7af3450c747bc855f.tar.xz latinime-28a148681ee754cdbc7767c7af3450c747bc855f.zip |
Small cleanup
Change-Id: I7dce7373b371f1ed5a985815f5d43fb6c6ee1f84
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 719c7c81f..addf5c3e9 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -1639,7 +1639,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen } final int wordComposerSize = mWordComposer.size(); // Since isComposingWord() is true, the size is at least 1. - final int lastChar = mWordComposer.getCodeBeforeCursor(); if (mWordComposer.isCursorFrontOrMiddleOfComposingWord()) { // If we are in the middle of a recorrection, we need to commit the recorrection // first so that we can insert the batch input at the current cursor position. |