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

Commit db96ddca authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unused method setPos from MeasuredText."

parents 47944a00 70091d17
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -90,10 +90,6 @@ class MeasuredText {
        }
    }

    void setPos(int pos) {
        mPos = pos - mTextStart;
    }

    /**
     * Analyzes text for bidirectional runs.  Allocates working buffers.
     */