diskselector, entry, index: Refactoring by reducing unnecessary redundant function...
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Wed, 8 Jan 2014 08:42:55 +0000 (17:42 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Wed, 8 Jan 2014 08:42:55 +0000 (17:42 +0900)
commit7a4ec239d8e5e1768064b6fd9953554587c1da0c
tree1f20a4fe72c8b388297f37f506b440f430990911
parentc5106f30c562f513a5eb5d259ff246079fba7a4c
diskselector, entry, index: Refactoring by reducing unnecessary redundant function calls
and removed unnecessary local variable.

- Do not need to call the same function with same parameter many times.
Use local variable for them.
- Remove unnecessary local variable if it is not needed.
src/lib/elm_diskselector.c
src/lib/elm_entry.c
src/lib/elm_index.c