diff options
author | 2010-09-09 04:48:01 -0700 | |
---|---|---|
committer | 2010-09-09 04:48:01 -0700 | |
commit | 94fe2b626164f275a7f07f546ceca1b1f0d214a2 (patch) | |
tree | f74e94efbdd11ff92ef871758fbe8fb4834ba516 /java/src/com/android/inputmethod/latin/LatinKeyboardView.java | |
parent | 72a66d3d860c92c1c05ba987a44b3811360f935d (diff) | |
parent | efc4a437942f0bccd8815059c5f9d823023cfac1 (diff) | |
download | latinime-94fe2b626164f275a7f07f546ceca1b1f0d214a2.tar.gz latinime-94fe2b626164f275a7f07f546ceca1b1f0d214a2.tar.xz latinime-94fe2b626164f275a7f07f546ceca1b1f0d214a2.zip |
am efc4a437: Symbol key acts as modifier key
Merge commit 'efc4a437942f0bccd8815059c5f9d823023cfac1' into gingerbread-plus-aosp
* commit 'efc4a437942f0bccd8815059c5f9d823023cfac1':
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.java | 3 |
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); } |