ecore-wl2: Remove erroneous cursor structure from Ecore_Wl2_Pointer

These fields in Ecore_Wl2_Pointer were never used, so remove them.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2016-10-26 11:00:33 -04:00
parent 59bf99eda2
commit f5da8d2068
1 changed files with 0 additions and 11 deletions

View File

@ -217,17 +217,6 @@ struct _Ecore_Wl2_Pointer
unsigned int button;
unsigned int enter_serial;
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;