don't track gadget drop handler objects for deletion

the user should be managing this
This commit is contained in:
Mike Blumenkrantz 2016-12-09 11:59:24 -05:00
parent 4e3ea4f6b3
commit 485f250880
1 changed files with 0 additions and 1 deletions

View File

@ -1598,7 +1598,6 @@ e_gadget_drop_handler_add(Evas_Object *g, void *data,
enter_cb, move_cb, leave_cb, drop_cb,
types, num_types, x, y, w, h);
drop_object = evas_object_rectangle_add(e_comp->evas);
e_comp_object_util_del_list_append(g, drop_object);
drop_handler->base = drop_object;
evas_object_color_set(drop_object, 0, 0, 0, 0);
e_object_data_set(E_OBJECT(drop_handler), drop_object);