Remove redundant wl_pointer in grab structure.
authorChris Michael <cp.michael@samsung.com>
Wed, 28 Aug 2013 07:12:01 +0000 (08:12 +0100)
committerChris Michael <cp.michael@samsung.com>
Wed, 28 Aug 2013 07:16:02 +0000 (08:16 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_comp_wl.h

index fbc0150..deccf22 100644 (file)
@@ -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;