elementary interface/scrollable: remove duplicated function calls for bars 02/68802/2
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 10 May 2016 01:32:47 +0000 (10:32 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Wed, 11 May 2016 01:50:43 +0000 (18:50 -0700)
commit9ef3042997bac9454511c0b33348191440266b4f
tree36d1505e06ca0b654fd48ca05b9b54cdca979a39
parent5f387ce375229f1a8f7817317c6c29d86fae92e8
elementary interface/scrollable: remove duplicated function calls for bars

Summary:
 *_visibility_apply() functions are called from each *_visibility_adjust()
function. And it is also called from _elm_scroll_scroll_bar_size_adjust().
So, calling *_visibility_apply() functions after calling
_elm_scroll_scroll_bar_size_adjust() is unnecessary.
@fix

Test Plan: N/A

Reviewers: raster, jaehwan, eagleeye, woohyun, cedric

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D3914

Change-Id: Ic3fc01a6b5fcbb8c038c96ce461bb74127f42483
Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
src/lib/elm_interface_scrollable.c