aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinKeyboardView.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2010-09-09 04:51:41 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-09 04:51:41 -0700
commitf888b99d364204f1ce2c3b3047f9ac6ceec39484 (patch)
tree9845d478b6d89992c5fe59d920c8f41717d1cfe6 /java/src/com/android/inputmethod/latin/LatinKeyboardView.java
parent2cfe3409bdaa4b1c09385f3adb0d5e52c7c47a1d (diff)
parent94fe2b626164f275a7f07f546ceca1b1f0d214a2 (diff)
downloadlatinime-f888b99d364204f1ce2c3b3047f9ac6ceec39484.tar.gz
latinime-f888b99d364204f1ce2c3b3047f9ac6ceec39484.tar.xz
latinime-f888b99d364204f1ce2c3b3047f9ac6ceec39484.zip
am 94fe2b62: am efc4a437: Symbol key acts as modifier key
Merge commit '94fe2b626164f275a7f07f546ceca1b1f0d214a2' * commit '94fe2b626164f275a7f07f546ceca1b1f0d214a2': Symbol key acts as modifier key
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinKeyboardView.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinKeyboardView.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinKeyboardView.java b/java/src/com/android/inputmethod/latin/LatinKeyboardView.java
index 8f20a22d0..c17d7c555 100644
--- a/java/src/com/android/inputmethod/latin/LatinKeyboardView.java
+++ b/java/src/com/android/inputmethod/latin/LatinKeyboardView.java
@@ -52,9 +52,6 @@ public class LatinKeyboardView extends LatinKeyboardBaseView {
/** The y coordinate of the last row */
private int mLastRowY;
- // This is local working variable for onLongPress().
- private int[] mKeyCodes = new int[1];
-
public LatinKeyboardView(Context context, AttributeSet attrs) {
super(context, attrs);
}