Revert "Revert "Revert "[Genlist] Prevent unneeded callbacks"""
authorTae-Hwan Kim <the81.kim@samsung.com>
Tue, 7 May 2013 12:09:15 +0000 (21:09 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 04:54:59 +0000 (13:54 +0900)
This reverts commit 76ef763b13b8acb89b6dd97dea6cd0448b633618.

Conflicts:
src/lib/elm_genlist.c

Change-Id: I9946b61fbcae44281c82e00db7a6f50ef11ff21e

src/lib/elm_genlist.c

index c56f5d7..545a565 100644 (file)
@@ -6978,10 +6978,6 @@ elm_genlist_item_class_free(Elm_Genlist_Item_Class *itc)
    if (itc && (itc->version == CLASS_ALLOCATED))
      {
         itc->delete_me = EINA_TRUE;
-        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
           {