From 8560bc47262a9c51b27ff77b727f99ea6b1e2cfe Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 28 Aug 2013 08:12:01 +0100 Subject: [PATCH] Remove redundant wl_pointer in grab 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 fbc01502f..deccf22c0 100644 --- a/src/bin/e_comp_wl.h +++ b/src/bin/e_comp_wl.h @@ -392,7 +392,6 @@ struct _E_Wayland_Shell_Interface struct _E_Wayland_Shell_Grab { struct wl_pointer_grab grab; - struct wl_pointer *pointer; Evas_Coord x, y, w, h; unsigned int edges;