From 372a2b7c7f9ed1aead521a9af95ca343e2443bd5 Mon Sep 17 00:00:00 2001 From: Gwanglim Lee Date: Mon, 27 Jul 2015 23:44:14 +0900 Subject: [PATCH] fix build warnings Change-Id: I46cdf4941a40cc6266777078dfc88707e43cda8d --- src/bin/e_client.c | 1 - src/bin/e_comp_wl.c | 2 -- 2 files changed, 3 deletions(-) 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) -- 2.34.1