From 69a340bf09078919c4fc0fe7a5e62582e38e92e2 Mon Sep 17 00:00:00 2001 From: Tae-Hwan Kim Date: Sun, 5 May 2013 02:06:25 +0900 Subject: [PATCH] Revert "[Genlist] Prevent unneeded callbacks" This reverts commit b82c8bb39189f0c3b2a8c21d28866e3b79156abc. Conflicts: src/lib/elm_genlist.c Change-Id: Ia5c881dfcf3957faff218dd7f65f9ed20f1a3d48 --- src/lib/elm_genlist.c | 4 ---- 1 file changed, 4 deletions(-) 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 { -- 2.7.4