diff options
author | 2010-08-30 07:32:21 -0700 | |
---|---|---|
committer | 2010-08-30 07:32:21 -0700 | |
commit | ed5ce6c1a3d3a38a28cd2ed480a4d877160fa6ae (patch) | |
tree | 35d35980f6dd21e04789dab9ed04d2f9fecf53e6 /java/src/com/android/inputmethod/latin/LatinKeyboard.java | |
parent | 82798ac066c8ffc497a68a313aee17cc4ad56bbd (diff) | |
parent | d2a431efa726771dee5c7b90004a0ed670d9a129 (diff) | |
download | latinime-ed5ce6c1a3d3a38a28cd2ed480a4d877160fa6ae.tar.gz latinime-ed5ce6c1a3d3a38a28cd2ed480a4d877160fa6ae.tar.xz latinime-ed5ce6c1a3d3a38a28cd2ed480a4d877160fa6ae.zip |
Merge "Remove extension keyboard" into gingerbread
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinKeyboard.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinKeyboard.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinKeyboard.java b/java/src/com/android/inputmethod/latin/LatinKeyboard.java index db4d167d4..c35a1b05a 100644 --- a/java/src/com/android/inputmethod/latin/LatinKeyboard.java +++ b/java/src/com/android/inputmethod/latin/LatinKeyboard.java @@ -81,7 +81,6 @@ public class LatinKeyboard extends Keyboard { private int mPrefLetterY; private int mPrefDistance; - private int mExtensionResId; // TODO: generalize for any keyboardId private boolean mIsBlackSym; @@ -278,14 +277,6 @@ public class LatinKeyboard extends Keyboard { return mIsAlphaKeyboard; } - public void setExtension(int resId) { - mExtensionResId = resId; - } - - public int getExtension() { - return mExtensionResId; - } - public void setBlackFlag(boolean f) { mIsBlackSym = f; if (f) { |