From: Tae-Hwan Kim Date: Sat, 4 May 2013 17:06:25 +0000 (+0900) Subject: Revert "[Genlist] Prevent unneeded callbacks" X-Git-Tag: submit/tizen_2.2/20130714.145026~288 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69a340bf09078919c4fc0fe7a5e62582e38e92e2;p=framework%2Fuifw%2Felementary.git Revert "[Genlist] Prevent unneeded callbacks" This reverts commit b82c8bb39189f0c3b2a8c21d28866e3b79156abc. Conflicts: src/lib/elm_genlist.c Change-Id: Ia5c881dfcf3957faff218dd7f65f9ed20f1a3d48 --- diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index 8b50bb1..2a79046 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -6970,10 +6970,6 @@ elm_genlist_item_class_free(Elm_Genlist_Item_Class *itc) { if (itc && (itc->version == CLASS_ALLOCATED)) { - itc->func.text_get = NULL; - itc->func.content_get = NULL; - itc->func.state_get = NULL; - itc->func.del = NULL; if (itc->refcount > 0) elm_genlist_item_class_unref(itc); else {