From: sungmin ha Date: Fri, 17 Oct 2014 04:53:41 +0000 (+0900) Subject: keyboard: deleted conditional codes to check host keyboard state X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~548^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6ba7c15343171b8036186173dc8825078b973d4;p=sdk%2Femulator%2Fqemu.git keyboard: deleted conditional codes to check host keyboard state Change-Id: Ica22d3b7bb6ee37b11596ac318d0e004592c67f6 Signed-off-by: sungmin ha --- diff --git a/tizen/src/skin/maruskin_operation.c b/tizen/src/skin/maruskin_operation.c index 23a1251fc4..24027f9dd1 100644 --- a/tizen/src/skin/maruskin_operation.c +++ b/tizen/src/skin/maruskin_operation.c @@ -276,13 +276,6 @@ void do_keyboard_key_event(int event_type, } #endif -#if defined(TARGET_I386) - if (!is_host_keyboard_attached()) { - TRACE("ignore keyboard input because usb keyboard is dettached.\n"); - return; - } -#endif - scancode = javakeycode_to_scancode(event_type, keycode, state_mask, key_location); if (scancode == -1) {