summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2016-12-08 09:32:33 -0500
committerChris Michael <cp.michael@samsung.com>2016-12-08 09:32:33 -0500
commit0397769a65fe8735f841ddfbf846a32db1211555 (patch)
treefc3f58e325974cc8732b8fefc11c68cf5dc7ab83
parent269089c1bea42bf6944f0e545c95f0b9b090b5aa (diff)
downloadefl-0397769a65fe8735f841ddfbf846a32db1211555.tar.gz
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 <cp.michael@samsung.com>
-rw-r--r--src/modules/evas/engines/wayland_egl/evas_engine.h1
1 files changed, 0 insertions, 1 deletions
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;