devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=b92b34621c49131f56a7565af6a96b99eaa58c25
commit b92b34621c49131f56a7565af6a96b99eaa58c25 Author: Chris Michael <[email protected]> Date: Thu Sep 4 12:49:31 2014 -0400 e-comp-wl: Remove blank line Signed-off-by: Chris Michael <[email protected]> --- src/bin/e_comp_wl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index f41e656..d45ef32 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -538,7 +538,6 @@ _e_comp_wl_subsurface_commit_from_cache(E_Client *ec) eina_tiler_free(tmp); eina_tiler_clear(sub_cdata->cached.opaque); - tmp = eina_tiler_new(ec->w, ec->h); eina_tiler_tile_size_set(tmp, 1, 1); eina_tiler_rect_add(tmp, &(Eina_Rectangle){0, 0, ec->client.w, ec->client.h}); --
