wayland engines: Don't store evas in engine info

We don't need it anymore.
This commit is contained in:
Derek Foreman 2017-04-26 14:20:47 -05:00
parent 92e65ba3c7
commit 755577c423
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ struct _Evas_Engine_Info_Wayland
/* non-blocking or blocking mode */
Evas_Engine_Render_Mode render_mode;
Evas *evas;
Eina_Bool indirect : 1;

View File

@ -118,7 +118,6 @@ eng_info(Evas *eo_evas EINA_UNUSED)
/* fill in engine info */
einfo->magic.magic = rand();
einfo->render_mode = EVAS_RENDER_MODE_BLOCKING;
einfo->evas = eo_evas;
/* return allocated engine info */
return einfo;