From: Chris Michael Date: Wed, 22 Oct 2014 15:44:48 +0000 (-0400) Subject: e-comp-wl: Remove resize.width & height from structure X-Git-Tag: upstream/0.19.99~502^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2360f569cc1f3268b31cfb8bf9cb7318be351b4;p=platform%2Fupstream%2Fenlightenment.git e-comp-wl: Remove resize.width & height from structure Signed-off-by: Chris Michael --- diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h index 19f6bc2..3d46d63 100644 --- a/src/bin/e_comp_wl.h +++ b/src/bin/e_comp_wl.h @@ -188,7 +188,6 @@ struct _E_Comp_Wl_Data struct { struct wl_resource *resource; - int32_t width, height; uint32_t edges; } resize;