Revert "[Genlist] Prevent unneeded callbacks"
authorTae-Hwan Kim <the81.kim@samsung.com>
Sat, 4 May 2013 17:06:25 +0000 (02:06 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 04:50:13 +0000 (13:50 +0900)
This reverts commit b82c8bb39189f0c3b2a8c21d28866e3b79156abc.

Conflicts:
src/lib/elm_genlist.c

Change-Id: Ia5c881dfcf3957faff218dd7f65f9ed20f1a3d48

src/lib/elm_genlist.c

index 8b50bb1..2a79046 100644 (file)
@@ -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
           {