aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2013-02-28 21:20:22 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-02-28 21:20:22 -0800
commit2768f38ea1fb7dd4e9da739d67c3a1c990bde2d4 (patch)
tree8e853b82692e2b6d8a5c4c00c5e5bf6c4babf7a8 /java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
parentb0970fa6b4ee6901a74a315410eb81d0892ceb44 (diff)
parent31747ba7874f57fe6b259e8744e42dbfe02a8d40 (diff)
downloadlatinime-2768f38ea1fb7dd4e9da739d67c3a1c990bde2d4.tar.gz
latinime-2768f38ea1fb7dd4e9da739d67c3a1c990bde2d4.tar.xz
latinime-2768f38ea1fb7dd4e9da739d67c3a1c990bde2d4.zip
am 31747ba7: am abaf5827: Separate suggestions from SuggestionView
* commit '31747ba7874f57fe6b259e8744e42dbfe02a8d40': Separate suggestions from SuggestionView
Diffstat (limited to 'java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java')
-rw-r--r--java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
index bc51d5d62..5a29eee4e 100644
--- a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
+++ b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
@@ -644,10 +644,6 @@ public final class SuggestionStripView extends RelativeLayout implements OnClick
return false;
}
- public SuggestedWords getSuggestions() {
- return mSuggestedWords;
- }
-
public void clear() {
mSuggestionsStrip.removeAllViews();
removeAllViews();