aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Dictionary.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-08-06 02:23:20 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-06 02:23:20 -0700
commit8bc58790c5335b254216f8f71902a8dceba5bda0 (patch)
treee0ce4df66d8085946534bd630fe5b1c0b276e159 /java/src/com/android/inputmethod/latin/Dictionary.java
parente6938283f647a7c478325332a0632e98e95467c6 (diff)
parent2fbaed919f4c2ac64c2be2b84b4a5d7e372813d5 (diff)
downloadlatinime-8bc58790c5335b254216f8f71902a8dceba5bda0.tar.gz
latinime-8bc58790c5335b254216f8f71902a8dceba5bda0.tar.xz
latinime-8bc58790c5335b254216f8f71902a8dceba5bda0.zip
am 2fbaed91: am 7a139757: Cleanup unused import and dead code
* commit '2fbaed919f4c2ac64c2be2b84b4a5d7e372813d5': Cleanup unused import and dead code
Diffstat (limited to 'java/src/com/android/inputmethod/latin/Dictionary.java')
-rw-r--r--java/src/com/android/inputmethod/latin/Dictionary.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/Dictionary.java b/java/src/com/android/inputmethod/latin/Dictionary.java
index fd40aa6da..60fe17b19 100644
--- a/java/src/com/android/inputmethod/latin/Dictionary.java
+++ b/java/src/com/android/inputmethod/latin/Dictionary.java
@@ -16,8 +16,6 @@
package com.android.inputmethod.latin;
-import android.text.TextUtils;
-
import com.android.inputmethod.keyboard.ProximityInfo;
import com.android.inputmethod.latin.SuggestedWords.SuggestedWordInfo;