From 5d5028f2c578aade2c2e6a430673353387748048 Mon Sep 17 00:00:00 2001 From: Jean Chalard Date: Mon, 21 Nov 2011 17:45:32 +0900 Subject: [PATCH] Remove an unused (and scary) method Change-Id: I14a545a3e4955a25fde17554156552c755d44e2f --- java/src/com/android/inputmethod/latin/LatinIME.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 167e500f6..0db452dcb 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -934,11 +934,6 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar mLastSelectionEnd = newSelEnd; } - public void setLastSelection(int start, int end) { - mLastSelectionStart = start; - mLastSelectionEnd = end; - } - /** * This is called when the user has clicked on the extracted text view, * when running in fullscreen mode. The default implementation hides