From d2360f569cc1f3268b31cfb8bf9cb7318be351b4 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 22 Oct 2014 11:44:48 -0400 Subject: [PATCH] e-comp-wl: Remove resize.width & height from structure Signed-off-by: Chris Michael --- src/bin/e_comp_wl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h index 19f6bc2ec..3d46d6339 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;