summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/inputmethod/InputConnectionWrapper.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/view/inputmethod/InputConnectionWrapper.java')
-rw-r--r--core/java/android/view/inputmethod/InputConnectionWrapper.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/java/android/view/inputmethod/InputConnectionWrapper.java b/core/java/android/view/inputmethod/InputConnectionWrapper.java
index 87853de..231aa07 100644
--- a/core/java/android/view/inputmethod/InputConnectionWrapper.java
+++ b/core/java/android/view/inputmethod/InputConnectionWrapper.java
@@ -129,11 +129,4 @@ public class InputConnectionWrapper implements InputConnection {
public boolean requestCursorUpdates(int cursorUpdateMode) {
return mTarget.requestCursorUpdates(cursorUpdateMode);
}
-
- /**
- * @removed
- */
- public final boolean requestUpdateCursorAnchorInfo(int cursorUpdateMode) {
- return mTarget.requestCursorUpdates(cursorUpdateMode);
- }
}