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

Commit c8d31963 authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Remove an unused member.

IMM#mCursorAnchorInfoBuilder was added in I61dec2f8fa671ba891d
but not used actually.

Change-Id: If320e2814cf977305f6a0bea890d562590620348
parent 5fca5049
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();

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