keyboard: deleted conditional codes to check host keyboard state
authorsungmin ha <sungmin82.ha@samsung.com>
Fri, 17 Oct 2014 04:53:41 +0000 (13:53 +0900)
committerGiWoong Kim <giwoong.kim@samsung.com>
Tue, 10 Mar 2015 11:12:09 +0000 (20:12 +0900)
Change-Id: Ica22d3b7bb6ee37b11596ac318d0e004592c67f6
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
tizen/src/skin/maruskin_operation.c

index 23a1251..24027f9 100644 (file)
@@ -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) {