Merge "[CB13] Remove an unused method."
This commit is contained in:
commit
a17195224b
1 changed files with 0 additions and 7 deletions
|
@ -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…
Reference in a new issue