aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2012-03-19 14:47:38 +0900
committersatok <satok@google.com>2012-03-19 18:33:59 +0900
commit728d1c884e99e1fd25aa253b5ad30dbdb046ad5f (patch)
tree007d6c95c0cd28481ddde73dab2acd7a62261479 /java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java
parentf9c2773b093213b9fc5495b78ab4a6b1a2009050 (diff)
downloadlatinime-728d1c884e99e1fd25aa253b5ad30dbdb046ad5f.tar.gz
latinime-728d1c884e99e1fd25aa253b5ad30dbdb046ad5f.tar.xz
latinime-728d1c884e99e1fd25aa253b5ad30dbdb046ad5f.zip
Cleanup proximity related code
Bug: 4343280 Change-Id: I57c0f9e20d9d8911009ea97057251a7f7a81512f
Diffstat (limited to 'java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java')
-rw-r--r--java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java b/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java
index 286bf0aea..06fda44fa 100644
--- a/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java
+++ b/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java
@@ -62,7 +62,6 @@ import com.android.inputmethod.latin.R;
import com.android.inputmethod.latin.StaticInnerHandlerWrapper;
import com.android.inputmethod.latin.Suggest;
import com.android.inputmethod.latin.SuggestedWords;
-import com.android.inputmethod.latin.SuggestedWords.SuggestedWordInfo;
import com.android.inputmethod.latin.Utils;
import java.util.ArrayList;