ecore-wl2: Remove erroneous cursor structure from Ecore_Wl2_Pointer
authorChris Michael <cp.michael@samsung.com>
Wed, 26 Oct 2016 15:00:33 +0000 (11:00 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 26 Oct 2016 15:01:13 +0000 (11:01 -0400)
These fields in Ecore_Wl2_Pointer were never used, so remove them.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_wl2/ecore_wl2_private.h

index 6d7cfb0..ab619aa 100644 (file)
@@ -219,17 +219,6 @@ struct _Ecore_Wl2_Pointer
 
    struct
      {
-        const char *name, *theme_name;
-        unsigned int index, size;
-        struct wl_cursor *wl_cursor;
-        struct wl_cursor_theme *theme;
-        struct wl_surface *surface;
-        struct wl_callback *frame_cb;
-        Ecore_Timer *timer;
-     } cursor;
-
-   struct
-     {
         unsigned int button, count, timestamp;
         Ecore_Wl2_Window *window;
      } grab;