projects
/
profile
/
mobile
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
733110a
)
[Genlist] Remove useless lines
author
Tae-Hwan Kim
<the81.kim@samsung.com>
Wed, 27 Mar 2013 15:06:26 +0000
(
00:06
+0900)
committer
Sungho Kwak
<sungho1.kwak@samsung.com>
Fri, 29 Mar 2013 07:38:14 +0000
(16:38 +0900)
Change-Id: I7268d3dd55e31fa73d8330f93b45e91772977ac4
src/lib/elm_genlist.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_genlist.c
b/src/lib/elm_genlist.c
index
3c712ac
..
139a8f7
100644
(file)
--- a/
src/lib/elm_genlist.c
+++ b/
src/lib/elm_genlist.c
@@
-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);
}