interface_scrollable: remove unnecessary function call 98/124398/1
authorWonki Kim <wonki_.kim@samsung.com>
Tue, 14 Feb 2017 16:47:16 +0000 (01:47 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 11 Apr 2017 08:21:00 +0000 (17:21 +0900)
commit8e4c1fb9b71501fb7f782156f734caea8ddf1e7a
tree10c6eea393bc840e3448515676362f7352175e1e
parent8e6e0d06f40bf4a00eb17aa8f7173fb25c4708d5
interface_scrollable: remove unnecessary function call

wanted_region_set should be called only when content size is changed.
similar logic in the pan_resized_cb would be invoked in the
pan_changed_cb.
it's duplicated and also diffrence against upstream.

this commit removes unnecessary function calls.
and also it removes diffrence against upstream.

@tizen_fix

Change-Id: Ia03d2a9c642b93f56cc99f6f2d8dc3c1f8228b1c
Signed-off-by: Wonki Kim <wonki_.kim@samsung.com>
src/lib/elm_interface_scrollable.c