mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Remove redundant code.
Change-Id: I173eac15dc128e84893881ec4ee0ad1ad2fce44b
This commit is contained in:
parent
6ae4d79d81
commit
733a023b64
@ -65,8 +65,6 @@ void WordProperty::outputProperties(JNIEnv *const env, jintArray outCodePoints,
|
||||
for (const auto &shortcut : mUnigramProperty.getShortcuts()) {
|
||||
const std::vector<int> *const targetCodePoints = shortcut.getTargetCodePoints();
|
||||
jintArray shortcutTargetCodePointArray = env->NewIntArray(targetCodePoints->size());
|
||||
env->SetIntArrayRegion(shortcutTargetCodePointArray, 0 /* start */,
|
||||
targetCodePoints->size(), targetCodePoints->data());
|
||||
JniDataUtils::outputCodePoints(env, shortcutTargetCodePointArray, 0 /* start */,
|
||||
targetCodePoints->size(), targetCodePoints->data(), targetCodePoints->size(),
|
||||
false /* needsNullTermination */);
|
||||
|
Loading…
Reference in New Issue
Block a user