From b95fe47babd17842ee786a90cf5114a2164bf9f8 Mon Sep 17 00:00:00 2001 From: Timothy Guan-tin Chien Date: Wed, 15 Feb 2012 13:38:28 +0800 Subject: [PATCH] Remove empty updateKeyboardHeight function --- apps/homescreen/js/keyboard.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/homescreen/js/keyboard.js b/apps/homescreen/js/keyboard.js index d32d07f564c5..3ca9f137ecad 100644 --- a/apps/homescreen/js/keyboard.js +++ b/apps/homescreen/js/keyboard.js @@ -969,9 +969,6 @@ const IMEManager = { } }, - updateKeyboardHeight: function km_updateKeyboardHeight() { - }, - updateTargetWindowHeight: function km_updateTargetWindowHeight() { this.targetWindow.style.height = (this.targetWindow.dataset.rectHeight - this.ime.scrollHeight) + 'px';