diff options
author | 2013-04-09 01:57:00 -0700 | |
---|---|---|
committer | 2013-04-09 01:57:00 -0700 | |
commit | daef4e8f194632a501270ea28c0ae8764a9fe97a (patch) | |
tree | dee2fd7a11589393902cc93a07eedbbe5ad7a454 /native/jni/src/suggest/core/suggest.cpp | |
parent | 04bb419c3290d059c5ccd5e1eda8600d44a0a69d (diff) | |
parent | f31553bc09f83d21b9321a2c45a2213c28282408 (diff) | |
download | latinime-daef4e8f194632a501270ea28c0ae8764a9fe97a.tar.gz latinime-daef4e8f194632a501270ea28c0ae8764a9fe97a.tar.xz latinime-daef4e8f194632a501270ea28c0ae8764a9fe97a.zip |
am f31553bc: Merge "Fix touch coordinate calibration"
* commit 'f31553bc09f83d21b9321a2c45a2213c28282408':
Fix touch coordinate calibration
Diffstat (limited to 'native/jni/src/suggest/core/suggest.cpp')
-rw-r--r-- | native/jni/src/suggest/core/suggest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/native/jni/src/suggest/core/suggest.cpp b/native/jni/src/suggest/core/suggest.cpp index 1e97a9176..764c37240 100644 --- a/native/jni/src/suggest/core/suggest.cpp +++ b/native/jni/src/suggest/core/suggest.cpp @@ -426,7 +426,6 @@ void Suggest::processDicNodeAsOmission( weightChildNode(traverseSession, childDicNode); if (!TRAVERSAL->isPossibleOmissionChildNode(traverseSession, dicNode, childDicNode)) { - DicNode::managedDelete(childDicNode); continue; } processExpandedDicNode(traverseSession, childDicNode); |