efl_ui_spin_button: cleanup internal data
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Fri, 5 Jul 2019 16:18:33 +0000 (18:18 +0200)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 10 Jul 2019 02:19:18 +0000 (11:19 +0900)
commit614b9555ad6692ea426b6a4bd83d5e188f6545eb
treed53331431ce66e7ab033c0a1a706c2be589deb7f
parent5a1211f8f46887334acd4884b4d30891c773d8ba
efl_ui_spin_button: cleanup internal data

there is no reason to store those two times in the internal data, as
they do not change at all. Additionally, saving the direction in the
internal data has also no reason, since it is *always* used in the call
after the setting, so this makes this a parameter.

Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D9229
src/lib/elementary/efl_ui_spin_button.c
src/lib/elementary/efl_ui_spin_button_private.h