mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
[CB13] Remove an unused method.
Change-Id: If4d2fa9c6499ce9b2427cea424abd497ec4a966b
This commit is contained in:
parent
cbed462d19
commit
d36cbc44e4
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user