genlist: Internal refactoring for the code readability.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 8 Mar 2014 19:09:22 +0000 (04:09 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 8 Mar 2014 19:48:12 +0000 (04:48 +0900)
commite094038b4d00da18fba712318e2d591a7cd1a303
tree6a9439e3bf7ff4397f6cc79c8adbe0ee76986ff6
parent08b858188b903ead2fc4eb31079d04383da0e297
genlist: Internal refactoring for the code readability.

Added one more internal variable to reduce unnecessary pointer
redirection too much.
Elm_Genlist_Smart_Data *sd is used many times in those functions but it
was always redirected from psd->wsd. I just cut down the step and made
the code more readable and consistent with other lines of code.

psd->wsd --> sd
src/lib/elm_genlist.c