elementary interface/scrollable: remove duplicated function calls for bars
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 26 Apr 2016 21:20:36 +0000 (14:20 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Tue, 26 Apr 2016 21:54:39 +0000 (14:54 -0700)
commit9e2b06cf9815a81665c58b564a2ea73f6f0dc421
treebbacd354b8182d49d98ca2951e869b2a87864980
parent76002e6c849973ca0df8058a600794fd9585acdb
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

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