aboutsummaryrefslogtreecommitdiffstats
path: root/common/src
diff options
context:
space:
mode:
authorChieu Nguyen <cvnguyen@google.com>2015-03-11 17:09:44 -0700
committerChieu Nguyen <cvnguyen@google.com>2015-03-11 17:09:44 -0700
commit4e0af43673936c336fff298bc9aeee1d75c3bc92 (patch)
tree99b31ee46e5cd2acb1a2520253756601c6c71100 /common/src
parent9a289da4e6ea40417422a540e821069d5d6e4a82 (diff)
downloadlatinime-4e0af43673936c336fff298bc9aeee1d75c3bc92.tar.gz
latinime-4e0af43673936c336fff298bc9aeee1d75c3bc92.tar.xz
latinime-4e0af43673936c336fff298bc9aeee1d75c3bc92.zip
Remove unused phrase gesture code.
Bug: 19687841 Change-Id: I0862aa3127bf7f1564a4845efdf99ebf5ae4d5ac
Diffstat (limited to 'common/src')
-rw-r--r--common/src/com/android/inputmethod/latin/common/NativeSuggestOptions.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/src/com/android/inputmethod/latin/common/NativeSuggestOptions.java b/common/src/com/android/inputmethod/latin/common/NativeSuggestOptions.java
index db21f11ef..d673442ca 100644
--- a/common/src/com/android/inputmethod/latin/common/NativeSuggestOptions.java
+++ b/common/src/com/android/inputmethod/latin/common/NativeSuggestOptions.java
@@ -43,10 +43,6 @@ public class NativeSuggestOptions {
setBooleanOption(BLOCK_OFFENSIVE_WORDS, value);
}
- public void setSpaceAwareGestureEnabled(final boolean value) {
- setBooleanOption(SPACE_AWARE_GESTURE_ENABLED, value);
- }
-
public void setWeightForLocale(final float value) {
// We're passing this option as a fixed point value, in thousands. This is decoded in
// native code by SuggestOptions#weightForLocale().