diff options
author | 2012-03-19 02:40:25 -0700 | |
---|---|---|
committer | 2012-03-19 02:40:25 -0700 | |
commit | 1fe943aabdf6c9a40c634bf4a5450cbed4f6c136 (patch) | |
tree | 5414ba26097d597a405a391d6ba596557e05a987 /java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java | |
parent | 546b8275ab111264972b290d2b88b12e03288812 (diff) | |
parent | 728d1c884e99e1fd25aa253b5ad30dbdb046ad5f (diff) | |
download | latinime-1fe943aabdf6c9a40c634bf4a5450cbed4f6c136.tar.gz latinime-1fe943aabdf6c9a40c634bf4a5450cbed4f6c136.tar.xz latinime-1fe943aabdf6c9a40c634bf4a5450cbed4f6c136.zip |
Merge "Cleanup proximity related code"
Diffstat (limited to 'java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java | 1 |
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; |