Remove an unused (and scary) method

Change-Id: I14a545a3e4955a25fde17554156552c755d44e2f
This commit is contained in:
Jean Chalard 2011-11-21 17:45:32 +09:00
parent 7800a313f1
commit 5d5028f2c5

View file

@ -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