diff options
author | 2012-08-10 03:45:34 -0700 | |
---|---|---|
committer | 2012-08-10 03:45:34 -0700 | |
commit | 82bd0c1e9da5b4872379ffd2875f4ef6e14dc66c (patch) | |
tree | 556ef1aec69debe7a953f0b97bb0882dd65bb43d /native/jni/src/gesture/incremental_decoder_wrapper.h | |
parent | a5e57d6755c41d8161bd2de3b76cca6922d61202 (diff) | |
parent | 88dfeb30bf84ed9af6d46f0f68b58bcb337f7bb9 (diff) | |
download | latinime-82bd0c1e9da5b4872379ffd2875f4ef6e14dc66c.tar.gz latinime-82bd0c1e9da5b4872379ffd2875f4ef6e14dc66c.tar.xz latinime-82bd0c1e9da5b4872379ffd2875f4ef6e14dc66c.zip |
Merge "step 23-A remove unused method" into jb-mr1-dev
Diffstat (limited to 'native/jni/src/gesture/incremental_decoder_wrapper.h')
-rw-r--r-- | native/jni/src/gesture/incremental_decoder_wrapper.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/native/jni/src/gesture/incremental_decoder_wrapper.h b/native/jni/src/gesture/incremental_decoder_wrapper.h index 2f9602853..477b2cc8a 100644 --- a/native/jni/src/gesture/incremental_decoder_wrapper.h +++ b/native/jni/src/gesture/incremental_decoder_wrapper.h @@ -48,13 +48,6 @@ class IncrementalDecoderWrapper : public IncrementalDecoderInterface { inputSize, commitPoint, outWords, frequencies, outputIndices, outputTypes); } - void reset() { - if (!mIncrementalDecoderInterface) { - return; - } - mIncrementalDecoderInterface->reset(); - } - void setDict(const UnigramDictionary *dict, const BigramDictionary *bigram, const uint8_t *dictRoot, int rootPos) { if (!mIncrementalDecoderInterface) { |