diff options
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinKeyboardView.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinKeyboardView.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinKeyboardView.java b/java/src/com/android/inputmethod/latin/LatinKeyboardView.java index 9c90853f6..3bcac4ec1 100644 --- a/java/src/com/android/inputmethod/latin/LatinKeyboardView.java +++ b/java/src/com/android/inputmethod/latin/LatinKeyboardView.java @@ -127,13 +127,6 @@ public class LatinKeyboardView extends BaseKeyboardView { return label; } - public boolean setShiftLocked(boolean shiftLocked) { - LatinKeyboard keyboard = getLatinKeyboard(); - keyboard.setShiftLocked(shiftLocked); - invalidateAllKeys(); - return true; - } - /** * This function checks to see if we need to handle any sudden jumps in the pointer location * that could be due to a multi-touch being treated as a move by the firmware or hardware. |