Revert "evas: Fix use of invalid EO object"

This reverts commit 9b1e785f8e.

this breaks devices with vt switching under drm
This commit is contained in:
Mike Blumenkrantz 2017-07-28 15:44:43 -04:00
parent d529d6def6
commit 6dc937d26c
1 changed files with 0 additions and 2 deletions

View File

@ -243,8 +243,6 @@ evas_device_add_full(Evas *eo_e, const char *name, const char *desc,
}
}
// FIXME: All devices are in the same list, while evas only refs the seats
if (parent_dev) efl_ref(dev);
e->devices = eina_list_append(e->devices, dev);
efl_event_callback_add(dev, EFL_EVENT_DEL, _del_cb, e);