edje: Remove bool return from scale_set
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 9 Jun 2017 07:51:43 +0000 (16:51 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 12 Jun 2017 02:50:30 +0000 (11:50 +0900)
commit2dc29cfbfd55bf3004a41ee622e752f772b05eab
treefbf296216097a234df7caf9319dfbdba8755b360
parent06b14827b7818cf3606d3783c7fb032bd41b1e50
edje: Remove bool return from scale_set

It was always returning true. There is little point in returning
a bool here, an invalid scale value (eg. <= 0) wouuld lead to a
state where scale_get() != scale_set() and that's about it.
src/lib/edje/edje_legacy.c
src/lib/edje/edje_util.c
src/lib/efl/interfaces/efl_ui_base.eo
src/lib/elementary/elm_widget.c