summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJi-Youn Park <jy0703.park@samsung.com>2015-06-30 00:58:24 +0900
committerJi-Youn Park <jy0703.park@samsung.com>2015-06-30 00:58:24 +0900
commit4d417782518901ff5786536711d8b853079a24d6 (patch)
treec021e6a8d286134bdc7776e2b0a5f659d52cec20
parent633747a05de07e7273e7f164978850e5537979e3 (diff)
downloadefl-4d417782518901ff5786536711d8b853079a24d6.tar.gz
ecore_x_xi2: remove build warning
-rw-r--r--src/lib/ecore_x/xlib/ecore_x_xi2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/ecore_x/xlib/ecore_x_xi2.c b/src/lib/ecore_x/xlib/ecore_x_xi2.c
index 64c203055a..566570a950 100644
--- a/src/lib/ecore_x/xlib/ecore_x_xi2.c
+++ b/src/lib/ecore_x/xlib/ecore_x_xi2.c
@@ -153,7 +153,6 @@ _ecore_x_input_shutdown(void)
static Eina_Bool
_ecore_x_input_touch_device_check(int devid)
{
- int i;
Eina_Inlist *l = _ecore_x_xi2_touch_info_list;
Ecore_X_Touch_Device_Info *info = NULL;
@@ -162,7 +161,7 @@ _ecore_x_input_touch_device_check(int devid)
EINA_INLIST_FOREACH(l, info)
if (info->devid == devid) return EINA_TRUE;
- return EINA_FALSE;
+ return EINA_FALSE;
}
static int