[Genlist] Remove useless lines
authorTae-Hwan Kim <the81.kim@samsung.com>
Wed, 27 Mar 2013 15:06:26 +0000 (00:06 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Fri, 29 Mar 2013 07:38:14 +0000 (16:38 +0900)
Change-Id: I7268d3dd55e31fa73d8330f93b45e91772977ac4

src/lib/elm_genlist.c

index 3c712ac..139a8f7 100644 (file)
@@ -920,9 +920,6 @@ _item_sub_items_clear(Elm_Gen_Item *it)
    Eina_List *l, *ll;
    Elm_Object_Item *it2;
 
-   // FIXME: this can be removed after tree effect is remove in the upstream
-   ELM_GENLIST_ITEM_CHECK_OR_RETURN(it);
-
    EINA_LIST_FOREACH_SAFE(it->item->items, l, ll, it2)
      elm_widget_item_del(it2);
 }