projects
/
platform
/
core
/
uifw
/
e-mod-tizen-gesture.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2590545
)
Fix build warnings
93/76493/1
accepted/tizen/common/20160624.134247
submit/tizen/20160624.060528
author
JengHyun Kang
<jhyuni.kang@samsung.com>
Fri, 24 Jun 2016 06:01:41 +0000
(15:01 +0900)
committer
JengHyun Kang
<jhyuni.kang@samsung.com>
Fri, 24 Jun 2016 06:01:41 +0000
(15:01 +0900)
Change-Id: Ia4339faa2bcd83a3c4f134d4108926c0e343acce
src/e_mod_main.c
patch
|
blob
|
history
diff --git
a/src/e_mod_main.c
b/src/e_mod_main.c
index
d5c4f88
..
41999b1
100644
(file)
--- a/
src/e_mod_main.c
+++ b/
src/e_mod_main.c
@@
-322,9
+322,6
@@
static Eina_Bool
_e_gesture_cb_client_focus_in(void *data, int type, void *event)
{
E_Client *ec;
- E_Comp_Wl_Aux_Hint *hint;
- Eina_List *l;
- Eina_Bool gesture_disable = EINA_FALSE;
E_Event_Client *ev = (E_Event_Client *)event;
EINA_SAFETY_ON_NULL_RETURN_VAL(ev, ECORE_CALLBACK_PASS_ON);