Remove unused Keyboard.purgeKeyboardAndClosing method

Change-Id: Ia09ac04b0edca2a22d64ba83e054b115fe8851a6
main
Tadashi G. Takaoka 2013-01-21 14:26:19 +09:00
parent 64cc10769f
commit b9f219c935
1 changed files with 1 additions and 5 deletions

View File

@ -1029,6 +1029,7 @@ public class KeyboardView extends View implements PointerTracker.DrawingProxy,
cancelAllMessages();
onCancelMoreKeysPanel();
mInvalidateAllKeys = true;
mKeyboard = null;
requestLayout();
}
@ -1062,11 +1063,6 @@ public class KeyboardView extends View implements PointerTracker.DrawingProxy,
return false;
}
public void purgeKeyboardAndClosing() {
mKeyboard = null;
closing();
}
@Override
protected void onDetachedFromWindow() {
super.onDetachedFromWindow();