devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f5da8d2068e6a247effd69017074e591600ed8b9
commit f5da8d2068e6a247effd69017074e591600ed8b9 Author: Chris Michael <cp.mich...@samsung.com> Date: Wed Oct 26 11:00:33 2016 -0400 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.mich...@samsung.com> --- src/lib/ecore_wl2/ecore_wl2_private.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/lib/ecore_wl2/ecore_wl2_private.h b/src/lib/ecore_wl2/ecore_wl2_private.h index 6d7cfb0..ab619aa 100644 --- a/src/lib/ecore_wl2/ecore_wl2_private.h +++ b/src/lib/ecore_wl2/ecore_wl2_private.h @@ -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; --