aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Dictionary.java
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2012-11-16 19:28:56 +0900
committerKen Wakasa <kwakasa@google.com>2012-11-16 19:28:56 +0900
commitfe9ec6bc7d58464f3117c3fe9372c2994861998b (patch)
tree244e40114265314d90ff463445826a793a050ff9 /java/src/com/android/inputmethod/latin/Dictionary.java
parentf25cc4405e329447425e52c3c5514a8802097fb8 (diff)
downloadlatinime-fe9ec6bc7d58464f3117c3fe9372c2994861998b.tar.gz
latinime-fe9ec6bc7d58464f3117c3fe9372c2994861998b.tar.xz
latinime-fe9ec6bc7d58464f3117c3fe9372c2994861998b.zip
Remove unused variables
Change-Id: Ia5079368a1bc86ccdf0052445dc6945041c0abca
Diffstat (limited to 'java/src/com/android/inputmethod/latin/Dictionary.java')
-rw-r--r--java/src/com/android/inputmethod/latin/Dictionary.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/java/src/com/android/inputmethod/latin/Dictionary.java b/java/src/com/android/inputmethod/latin/Dictionary.java
index 8207bc47f..a218509f3 100644
--- a/java/src/com/android/inputmethod/latin/Dictionary.java
+++ b/java/src/com/android/inputmethod/latin/Dictionary.java
@@ -26,11 +26,6 @@ import java.util.ArrayList;
* strokes.
*/
public abstract class Dictionary {
- /**
- * The weight to give to a word if it's length is the same as the number of typed characters.
- */
- protected static final int FULL_WORD_SCORE_MULTIPLIER = 2;
-
public static final int NOT_A_PROBABILITY = -1;
public static final String TYPE_USER_TYPED = "user_typed";