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

Commit d36cbc44 authored by Jean Chalard's avatar Jean Chalard
Browse files

[CB13] Remove an unused method.

Change-Id: If4d2fa9c6499ce9b2427cea424abd497ec4a966b
parent cbed462d
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -167,13 +167,6 @@ public final class WordComposer {
        return mPrimaryKeyCodes[index];
    }

    public int getCodeBeforeCursor() {
        if (mCursorPositionWithinWord < 1 || mCursorPositionWithinWord > mPrimaryKeyCodes.length) {
            return Constants.NOT_A_CODE;
        }
        return mPrimaryKeyCodes[mCursorPositionWithinWord - 1];
    }

    public InputPointers getInputPointers() {
        return mInputPointers;
    }