aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/makedict/DictDecoder.java
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-02-10 03:59:22 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-10 03:59:22 -0800
commitdef8a4c60bbd01b666a64cf1ff79e93ad3727f63 (patch)
tree2a1265121999e8735a235b8158cd91e837db60a3 /java/src/com/android/inputmethod/latin/makedict/DictDecoder.java
parentb4fbf9ac2f309b23a8f1d7414839b424d1ffc149 (diff)
parentea24abf87834bf4aae263f316ca90b4a805a00bf (diff)
downloadlatinime-def8a4c60bbd01b666a64cf1ff79e93ad3727f63.tar.gz
latinime-def8a4c60bbd01b666a64cf1ff79e93ad3727f63.tar.xz
latinime-def8a4c60bbd01b666a64cf1ff79e93ad3727f63.zip
am ea24abf8: Merge "Remove unused code."
* commit 'ea24abf87834bf4aae263f316ca90b4a805a00bf': Remove unused code.
Diffstat (limited to 'java/src/com/android/inputmethod/latin/makedict/DictDecoder.java')
-rw-r--r--java/src/com/android/inputmethod/latin/makedict/DictDecoder.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/makedict/DictDecoder.java b/java/src/com/android/inputmethod/latin/makedict/DictDecoder.java
index bba1d434f..a93a8bbad 100644
--- a/java/src/com/android/inputmethod/latin/makedict/DictDecoder.java
+++ b/java/src/com/android/inputmethod/latin/makedict/DictDecoder.java
@@ -228,8 +228,6 @@ public interface DictDecoder {
}
}
- public void skipPtNode(final FormatOptions formatOptions);
-
/**
* @return whether this decoder has a valid binary dictionary that it can decode.
*/