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>
This commit is contained in:
Chris Michael 2016-12-08 09:32:33 -05:00
parent 269089c1be
commit 0397769a65
1 changed files with 0 additions and 1 deletions

View File

@ -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;