wayland ee: Don't clear the window pointer during session recovery

The same pointer is valid post recovery, and anything that used to
check this for NULL now checks that the window's display is NULL
which is handled in ecore_wl2 now.
This commit is contained in:
Derek Foreman 2017-11-29 15:24:02 -06:00
parent f3dd394b85
commit 6a48d56dca
1 changed files with 0 additions and 2 deletions

View File

@ -187,8 +187,6 @@ _ee_display_unset(Ecore_Evas *ee)
einfo = (Evas_Engine_Info_Wayland *)evas_engine_info_get(ee->evas);
if (!einfo) return;
einfo->info.wl2_win = NULL;
wdata = ee->engine.data;
if (!strcmp(ee->driver, "wayland_egl"))
wdata->regen_objs = _evas_canvas_image_data_unset(ecore_evas_get(ee));