Fix build warning 88/114688/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 14 Feb 2017 11:31:19 +0000 (20:31 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 14 Feb 2017 11:31:19 +0000 (20:31 +0900)
Change-Id: Ifcb7e2cdfceebc9bdf7443051f1fe136903e05c1
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp

index d3b3faf..2816782 100644 (file)
@@ -206,10 +206,10 @@ static bool                                             _support_hw_keyboard_mod
 static bool                                             _x_key_event_is_valid       = false;
 
 static Ecore_Timer                                     *_resource_check_timer       = NULL;
-
+#ifdef _TV
 static std::vector <String>                             remote_control_devices;
 static bool                                             read_devices = false;
-
+#endif
 
 #define WAYLAND_MODULE_CLIENT_ID (0)