am 19cbdfc9: Merge "Remove an unused (and scary) method"

* commit '19cbdfc92f171375b73204f0c49d9f84883bea39':
  Remove an unused (and scary) method
main
Jean Chalard 2011-11-21 00:59:54 -08:00 committed by Android Git Automerger
commit a870ec2af4
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