From: Gwanglim Lee Date: Mon, 27 Jul 2015 14:44:14 +0000 (+0900) Subject: fix build warnings X-Git-Tag: submit/tizen/20150727.144438^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=372a2b7c7f9ed1aead521a9af95ca343e2443bd5;p=platform%2Fupstream%2Fenlightenment.git fix build warnings Change-Id: I46cdf4941a40cc6266777078dfc88707e43cda8d --- diff --git a/src/bin/e_client.c b/src/bin/e_client.c index 011f702ad9..d6306fa76f 100644 --- a/src/bin/e_client.c +++ b/src/bin/e_client.c @@ -446,7 +446,6 @@ _e_client_free(E_Client *ec) { Eina_List *l, *ll; E_Client *ec2; - int count = 0; EINA_LIST_FOREACH_SAFE(e_comp->post_updates, l, ll, ec2) { if (ec2 == ec) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index e85e887e69..47c70e5090 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -2205,7 +2205,6 @@ _e_comp_wl_subsurface_commit_from_cache(E_Client *ec) { Eina_List *l, *ll; E_Client *ec2; - int count = 0; EINA_LIST_FOREACH_SAFE(e_comp->post_updates, l, ll, ec2) { if (ec2 == ec) @@ -3415,7 +3414,6 @@ e_comp_wl_surface_commit(E_Client *ec) { Eina_List *l, *ll; E_Client *ec2; - int count = 0; EINA_LIST_FOREACH_SAFE(e_comp->post_updates, l, ll, ec2) { if (ec2 == ec)