elm,evas: Remove use of EFL_CANVAS_OBJECT_EVENT_DEL
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 19 Aug 2016 06:38:25 +0000 (15:38 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 26 Aug 2016 01:18:01 +0000 (10:18 +0900)
commitb325097e7179af87a7bf7302382adf9d220d4ca5
tree9ea45e24634803662a0c6807925173b48b8bb767
parent834794ed84d737e394c47fc4145a0219f7124b01
elm,evas: Remove use of EFL_CANVAS_OBJECT_EVENT_DEL

This event should not be exposed at all, it's not necessary
anymore, EFL_EVENT_DEL already exists and should be good enough.

This does move the callback call a little bit ealier in the del
process, but at first glance, this shouldn't have any impact.
src/lib/elementary/elm_widget.c
src/lib/evas/canvas/evas_object_table.c
src/lib/evas/canvas/evas_object_textblock.c