From 0397769a65fe8735f841ddfbf846a32db1211555 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 8 Dec 2016 09:32:33 -0500 Subject: evas-wayland-egl: Remove unused field from Outbuf structure This patch just removes the 'evas' field from the Outbuf structure. This should have actually gone in on the previous patch but I missed removing it :( Signed-off-by: Chris Michael --- src/modules/evas/engines/wayland_egl/evas_engine.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/evas/engines/wayland_egl/evas_engine.h b/src/modules/evas/engines/wayland_egl/evas_engine.h index f37391ac66..06a9c7ab8a 100644 --- a/src/modules/evas/engines/wayland_egl/evas_engine.h +++ b/src/modules/evas/engines/wayland_egl/evas_engine.h @@ -61,7 +61,6 @@ struct _Outbuf int w, h; int depth, screen, rot, alpha; - Evas *evas; Evas_Engine_Info_Wayland *info; Evas_Engine_GL_Context *gl_context; -- cgit v1.2.1