Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a079fcd authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android Git Automerger
Browse files

am 964ba838: Remove an unused member.

* commit '964ba83885e255254263435daa56b4f20f8319dd':
  Remove an unused member.
parents 6fe526b9 c8d31963
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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();

    // -----------------------------------------------------------
    
    /**