Remove an unused member.
IMM#mCursorAnchorInfoBuilder was added in I61dec2f8fa671ba891d but not used actually. Change-Id: If320e2814cf977305f6a0bea890d562590620348
This commit is contained in:
@@ -49,7 +49,6 @@ import android.view.InputEventSender;
|
||||
import android.view.KeyEvent;
|
||||
import android.view.View;
|
||||
import android.view.ViewRootImpl;
|
||||
import android.view.inputmethod.CursorAnchorInfo.CursorAnchorInfoBuilder;
|
||||
|
||||
import java.io.FileDescriptor;
|
||||
import java.io.PrintWriter;
|
||||
@@ -322,8 +321,6 @@ public final class InputMethodManager {
|
||||
* The buffer to retrieve the view location in screen coordinates in {@link #updateCursor}.
|
||||
*/
|
||||
private final int[] mViewTopLeft = new int[2];
|
||||
private final CursorAnchorInfoBuilder mCursorAnchorInfoBuilder = new CursorAnchorInfoBuilder();
|
||||
|
||||
// -----------------------------------------------------------
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user