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:
26524f1
)
e_info_server: fixed a warning.
93/93193/1
author
Gwanglim Lee
<gl77.lee@samsung.com>
Fri, 21 Oct 2016 02:20:24 +0000
(11:20 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Fri, 21 Oct 2016 02:20:24 +0000
(11:20 +0900)
Change-Id: If1eb358564bef9be3e55089465d2ac03b3d21f7c
src/bin/e_info_server.c
patch
|
blob
|
history
diff --git
a/src/bin/e_info_server.c
b/src/bin/e_info_server.c
index 39e7adb73bfb1f136bed86345ce1a0c2204152f7..ab98a83e37681c7576a401bd890f7aeae5077b50 100644
(file)
--- a/
src/bin/e_info_server.c
+++ b/
src/bin/e_info_server.c
@@
-489,7
+489,6
@@
_msg_window_prop_client_append(Eldbus_Message_Iter *iter, E_Client *target_ec)
E_Comp_Wl_Client_Data *cdata = (E_Comp_Wl_Client_Data*)target_ec->comp_data;
Eina_List *l;
E_Comp_Wl_Aux_Hint *hint;
- int count = 0;
EINA_LIST_FOREACH(cdata->aux_hint.hints, l, hint)
{