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

Commit 70091d17 authored by Seigo Nonaka's avatar Seigo Nonaka
Browse files

Remove unused method setPos from MeasuredText.

Bug: 65024629
Test: Verified with TreeHugger
Change-Id: I023532c9decbc7b798aa4cb2dedc5ca5fb8d96f0
parent b0415699
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.
     */