genilst: get rid of lazy deletion.
authorChunEon Park <hermet@hermet.pe.kr>
Thu, 8 Jan 2015 14:03:52 +0000 (23:03 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Thu, 8 Jan 2015 14:07:39 +0000 (23:07 +0900)
commit0e7d521151ba93f3b5955caaf9b906e160ab6057
treee5856a6b2da4a3b0f05f5f196dfa15fa6ef4b899
parentb54811005d6a3c2ce9e95bf9358b43453a0b18f7
genilst: get rid of lazy deletion.

delete genlist item directly.
instead, remove the bunch of code that was related to lazy deletion.

we can success, if we clean up the resources and callback calls properly.
here i only found item focus callback that (may) required the lazy deletion.
src/lib/elm_genlist.c
src/lib/elm_widget.h
src/lib/elm_widget_genlist.h