From 0b9f77ac9664c086282f0b74ff6b893af1c59fc7 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Tue, 1 Nov 2016 12:38:44 -0500 Subject: [PATCH] wayland_egl: Remove unused wl_egl_window variables --- .../ecore_evas/engines/wayland/ecore_evas_wayland_private.h | 3 --- src/modules/evas/engines/wayland_egl/Evas_Engine_Wayland_Egl.h | 1 - 2 files changed, 4 deletions(-) diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h index dc53701477..8fe07dbd50 100644 --- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h +++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h @@ -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; diff --git a/src/modules/evas/engines/wayland_egl/Evas_Engine_Wayland_Egl.h b/src/modules/evas/engines/wayland_egl/Evas_Engine_Wayland_Egl.h index 4b9b221fca..6a8bc07401 100644 --- a/src/modules/evas/engines/wayland_egl/Evas_Engine_Wayland_Egl.h +++ b/src/modules/evas/engines/wayland_egl/Evas_Engine_Wayland_Egl.h @@ -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;