list: added comments about an unused function.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 10 May 2014 14:41:10 +0000 (23:41 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 10 May 2014 14:44:28 +0000 (23:44 +0900)
commit5407141ac60b6648c9b4d855bc34385abd821844
tree78a644f8bbea384237014016347ea35a80fc180d
parent254798b47ebc28d5c2da48a36f57233d00398d86
list: added comments about an unused function.

Fixing this issue is not trivial and will bring another issues like crashing.
So it is better to fix this in a development phase by refactoring list.

To fix this issue, the following are needed:
1. it->walking concept should be adopted instead of using just sd->walking.
   sd->walking was introduced in beb418d6
2. elm_widget_item_del() should be called instead of the combination of
   _elm_list_item_free() + elm_widget_item_free()
   This was introduced in f343011d
legacy/elementary/src/lib/elm_list.c