projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b98489
)
remove unused var
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Fri, 13 Feb 2015 20:11:33 +0000
(15:11 -0500)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Fri, 13 Feb 2015 20:11:33 +0000
(15:11 -0500)
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index 18a231a450f4ca8b5f2fce126178b15c0fea84a6..d874ce437d8f20f733c71f6fd6ae8893bc94f0c7 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-208,12
+208,7
@@
_e_comp_wl_evas_cb_mouse_out(void *data, Evas *evas EINA_UNUSED, Evas_Object *ob
ecore_evas_cursor_get(e_comp->ee, &o, NULL, NULL, NULL);
if (e_comp->pointer->o_ptr != o)
- {
- E_Client *pec;
-
- pec = e_comp_object_client_get(o);
- e_pointer_object_set(e_comp->pointer, NULL, 0, 0);
- }
+ e_pointer_object_set(e_comp->pointer, NULL, 0, 0);
}
if (e_object_is_del(E_OBJECT(ec))) return;