diff options
author | 2012-06-28 18:33:46 +0900 | |
---|---|---|
committer | 2012-06-29 17:00:56 +0900 | |
commit | 0a63111821b9377bf37d18f26a9e09618bec128d (patch) | |
tree | 9cf7f59dcdf2ed4d74974550482df6a6a27d9362 /java/src/com/android/inputmethod/latin/Suggest.java | |
parent | 4f444410f29315d7c7baf9d4e33acf912d0fa876 (diff) | |
download | latinime-0a63111821b9377bf37d18f26a9e09618bec128d.tar.gz latinime-0a63111821b9377bf37d18f26a9e09618bec128d.tar.xz latinime-0a63111821b9377bf37d18f26a9e09618bec128d.zip |
Remove a useless parameter (A29)
Change-Id: I52625e707abf61da9b95e542f0814c66b532f483
Diffstat (limited to 'java/src/com/android/inputmethod/latin/Suggest.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/Suggest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/Suggest.java b/java/src/com/android/inputmethod/latin/Suggest.java index 69f37dd94..952296227 100644 --- a/java/src/com/android/inputmethod/latin/Suggest.java +++ b/java/src/com/android/inputmethod/latin/Suggest.java @@ -306,7 +306,6 @@ public class Suggest { // rename the attribute or change the value. !isPrediction && !allowsToBeAutoCorrected /* typedWordValid */, !isPrediction && autoCorrectionAvailable /* hasAutoCorrectionCandidate */, - !isPrediction && allowsToBeAutoCorrected /* allowsToBeAutoCorrected */, false /* isPunctuationSuggestions */, false /* isObsoleteSuggestions */, isPrediction); |