wayland_egl: Remove unused wl_egl_window variables

This commit is contained in:
Derek Foreman 2016-11-01 12:38:44 -05:00
parent 54cf6dac4a
commit 0b9f77ac96
2 changed files with 0 additions and 4 deletions

View File

@ -41,9 +41,6 @@ struct _Ecore_Evas_Engine_Wl_Data
Ecore_Event_Handler *sync_handler;
Evas_Object *frame;
int fx, fy, fw, fh;
#ifdef BUILD_ECORE_EVAS_WAYLAND_EGL
struct wl_egl_window *egl_win;
#endif
Eina_Rectangle content;
struct wl_callback *anim_callback;
int x_rel;

View File

@ -14,7 +14,6 @@ struct _Evas_Engine_Info_Wayland_Egl
{
struct wl_display *wl_display;
struct wl_surface *wl_surface;
struct wl_egl_window *win;
int depth, rotation, edges;
unsigned int destination_alpha : 1;
} info;