aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2012-03-19 02:40:25 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-19 02:40:25 -0700
commit1fe943aabdf6c9a40c634bf4a5450cbed4f6c136 (patch)
tree5414ba26097d597a405a391d6ba596557e05a987 /java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java
parent546b8275ab111264972b290d2b88b12e03288812 (diff)
parent728d1c884e99e1fd25aa253b5ad30dbdb046ad5f (diff)
downloadlatinime-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/MoreSuggestions.java')
-rw-r--r--java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java b/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java
index c9c88fd23..3a17f1f64 100644
--- a/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java
+++ b/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java
@@ -25,7 +25,6 @@ import com.android.inputmethod.keyboard.Keyboard;
import com.android.inputmethod.keyboard.KeyboardSwitcher;
import com.android.inputmethod.keyboard.KeyboardView;
import com.android.inputmethod.keyboard.internal.KeyboardIconsSet;
-import com.android.inputmethod.latin.LatinImeLogger;
import com.android.inputmethod.latin.R;
import com.android.inputmethod.latin.SuggestedWords;
import com.android.inputmethod.latin.Utils;
@@ -38,8 +37,6 @@ public class MoreSuggestions extends Keyboard {
}
public static class Builder extends Keyboard.Builder<Builder.MoreSuggestionsParam> {
- private static final boolean DBG = LatinImeLogger.sDBG;
-
private final MoreSuggestionsView mPaneView;
private SuggestedWords mSuggestions;
private int mFromPos;