diff options
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 |