fix build warnings accepted/tizen/mobile/20150728.070048 accepted/tizen/tv/20150728.070031 accepted/tizen/wearable/20150728.070037 submit/tizen/20150727.144438
authorGwanglim Lee <gl77.lee@samsung.com>
Mon, 27 Jul 2015 14:44:14 +0000 (23:44 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 27 Jul 2015 14:44:14 +0000 (23:44 +0900)
Change-Id: I46cdf4941a40cc6266777078dfc88707e43cda8d

src/bin/e_client.c
src/bin/e_comp_wl.c

index 011f702..d6306fa 100644 (file)
@@ -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)
index e85e887..47c70e5 100644 (file)
@@ -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)