Merge "Remove an unused (and scary) method"

main
Jean Chalard 2011-11-21 00:57:45 -08:00 committed by Android (Google) Code Review
commit 19cbdfc92f
1 changed files with 0 additions and 5 deletions

View File

@ -964,11 +964,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