Revert "Evas eo compat: Freeze object events when deleting."

This reverts commit 3c53b824d8.

This is a bad idea for now, as we need to mark some more events as hot
(including compat generated ones) before doing it.
This commit is contained in:
Tom Hacohen 2013-05-21 16:31:39 +01:00
parent 3c53b824d8
commit 25f79697af
1 changed files with 0 additions and 3 deletions

View File

@ -605,9 +605,6 @@ evas_object_del(Evas_Object *eo_obj)
obj->eo_del_called = EINA_TRUE;
/* This makes sure that only hot-events will be called. This is here for
* compatibility with old behaviour of callback calling. */
eo_do(eo_obj, eo_event_freeze());
eo_parent_set(eo_obj, NULL);
// eo_del(eo_obj);
}