diff options
| author | Tadashi G. Takaoka <takaoka@google.com> | 2011-08-01 17:04:09 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-08-01 17:04:09 -0700 |
| commit | 30479de9e5e59102fda480c74caeb1b1cdb7200f (patch) | |
| tree | 848246ae41bb717f50d94ee55200f3942d9d125a /java/src/com/android/inputmethod/keyboard/Key.java | |
| parent | b118d4cb58c27131f6333ada281c772edfcaa74b (diff) | |
| parent | c499866948f725d14fb2ce95213f9c6f3a7da8b5 (diff) | |
Merge "Cleanup key label case adjustment"
Diffstat (limited to 'java/src/com/android/inputmethod/keyboard/Key.java')
| -rw-r--r-- | java/src/com/android/inputmethod/keyboard/Key.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/java/src/com/android/inputmethod/keyboard/Key.java b/java/src/com/android/inputmethod/keyboard/Key.java index 62a9c6383..ee1ff6d61 100644 --- a/java/src/com/android/inputmethod/keyboard/Key.java +++ b/java/src/com/android/inputmethod/keyboard/Key.java @@ -362,10 +362,6 @@ public class Key { mEdgeFlags |= flags; } - public CharSequence getCaseAdjustedLabel() { - return mKeyboard.adjustLabelCase(mLabel); - } - public Typeface selectTypeface(Typeface defaultTypeface) { // TODO: Handle "bold" here too? if ((mLabelOption & LABEL_OPTION_FONT_NORMAL) != 0) { |
