We do not use this code, so we don't need to keep it there commented and all.
authorIván Briano <sachieru@gmail.com>
Tue, 19 Oct 2010 12:26:44 +0000 (12:26 +0000)
committerIván Briano <sachieru@gmail.com>
Tue, 19 Oct 2010 12:26:44 +0000 (12:26 +0000)
SVN revision: 53599

src/lib/elm_table.c

index 33b83ce..ed6a12b 100644 (file)
@@ -104,14 +104,6 @@ _changed_size_hints(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__,
 static void
 _sub_del(void *data __UNUSED__, Evas_Object *obj, void *event_info __UNUSED__)
 {
-   /* We do not add this callback, consequently we do not need to delete it
-   
-   Widget_Data *wd = elm_widget_data_get(obj);
-   evas_Object *sub = event_info;
-
-   evas_object_event_callback_del_full
-     (sub, EVAS_CALLBACK_CHANGED_SIZE_HINTS, _changed_size_hints, obj);
-     */
    _sizing_eval(obj);
 }