am a1719522: Merge "[CB13] Remove an unused method."
* commit 'a17195224b132563055bef762fda0f0d6840adcf': [CB13] Remove an unused method.main
commit
b2117af988
|
@ -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 New Issue