Merge "Use simple smiley for the emoticon key" into honeycomb
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 7089874..9a939be 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -868,14 +868,14 @@
         if (!isFullscreenMode()) {
             outInsets.contentTopInsets = outInsets.visibleTopInsets;
         }
-        KeyboardView inputView = mKeyboardSwitcher.getInputView();
+        /*KeyboardView inputView = mKeyboardSwitcher.getInputView();
         if (inputView != null) {
             // Screen's heightPixels may be too big, but want to make
             // it large enough to cover status bar in any cases.
             outInsets.touchableInsets = InputMethodService.Insets.TOUCHABLE_INSETS_REGION;
             outInsets.touchableRegion.set(
                     0, 0, inputView.getWidth(), getResources().getDisplayMetrics().heightPixels);
-        }
+        }*/
     }
 
     @Override