don't call wl comp delete function twice on shutdown

This commit is contained in:
Mike Blumenkrantz 2015-06-25 19:24:40 -04:00
parent 5b63ce91dc
commit fab0b8122f
1 changed files with 0 additions and 4 deletions

View File

@ -2657,10 +2657,6 @@ e_comp_wl_surface_create_signal_get(void)
EINTERN void
e_comp_wl_shutdown(void)
{
#ifndef HAVE_WAYLAND_ONLY
_e_comp_wl_compositor_cb_del(e_comp);
#endif
/* free handlers */
E_FREE_LIST(handlers, ecore_event_handler_del);