touch: remove warning for unused function
authorGiWoong Kim <giwoong.kim@samsung.com>
Mon, 29 Dec 2014 08:47:21 +0000 (17:47 +0900)
committerGiWoong Kim <giwoong.kim@samsung.com>
Mon, 29 Dec 2014 08:47:21 +0000 (17:47 +0900)
Change-Id: I6bfed0c20a77fca0cc0dfe996c56323827424b3f
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
tizen/src/skin/maruskin_operation.c

index eb07b8149ce880bfd9650cb1898bc68b6d36f724..68cf9498488510820f42183a99b1e292ad553c55 100644 (file)
@@ -185,6 +185,7 @@ void do_mouse_event(int button_type, int event_type,
     }
 }
 
+#if !defined(CONFIG_USE_SHM) && defined(CONFIG_SDL)
 static void multitouch_toggle_key_checking(int event_type,
     int keycode, int state_mask, int key_location)
 {
@@ -248,6 +249,7 @@ static void multitouch_toggle_key_checking(int event_type,
         }
     }
 }
+#endif
 
 void do_keyboard_key_event(int event_type,
     int keycode, int state_mask, int key_location)