wayland_egl: Remove unused wl_egl_window variables
authorDerek Foreman <derekf@osg.samsung.com>
Tue, 1 Nov 2016 17:38:44 +0000 (12:38 -0500)
committerDerek Foreman <derekf@osg.samsung.com>
Wed, 2 Nov 2016 18:37:01 +0000 (13:37 -0500)
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h
src/modules/evas/engines/wayland_egl/Evas_Engine_Wayland_Egl.h

index dc53701..8fe07db 100644 (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;
index 4b9b221..6a8bc07 100644 (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;