diff options
author | 2013-06-26 07:36:43 +0000 | |
---|---|---|
committer | 2013-06-26 07:36:44 +0000 | |
commit | 173f74bb18016ccab3e5fad4c86c5201add41c30 (patch) | |
tree | e7849e2b88fc7043755b148b248cf5c779978eff /java/src/com/android/inputmethod/latin/RichInputConnection.java | |
parent | c0d7a376e2d34e998f3791ea8b1e90d408b8e2e3 (diff) | |
parent | 7fcf304c974d52a816b3375f22e714798fe308e5 (diff) | |
download | latinime-173f74bb18016ccab3e5fad4c86c5201add41c30.tar.gz latinime-173f74bb18016ccab3e5fad4c86c5201add41c30.tar.xz latinime-173f74bb18016ccab3e5fad4c86c5201add41c30.zip |
Merge "Fixing follow-up to I548d899b"
Diffstat (limited to 'java/src/com/android/inputmethod/latin/RichInputConnection.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/RichInputConnection.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/java/src/com/android/inputmethod/latin/RichInputConnection.java b/java/src/com/android/inputmethod/latin/RichInputConnection.java index 6e3e7b218..5391b1303 100644 --- a/java/src/com/android/inputmethod/latin/RichInputConnection.java +++ b/java/src/com/android/inputmethod/latin/RichInputConnection.java @@ -730,14 +730,6 @@ public final class RichInputConnection { } /** - * The user moved the cursor by hand. Take a note of it. - * @param newCursorPosition The new cursor position. - */ - public void userMovedCursor(final int newCursorPosition) { - mCurrentCursorPosition = newCursorPosition; - } - - /** * Looks at the text just before the cursor to find out if it looks like a URL. * * The weakest point here is, if we don't have enough text bufferized, we may fail to realize |