Remove ewk_view_top_of_contents_go() because it is not used anymore.
authorEunmi Lee <eunmi15.lee@samsung.com>
Thu, 21 Mar 2013 07:32:10 +0000 (16:32 +0900)
committerEunmi Lee <eunmi15.lee@samsung.com>
Tue, 26 Mar 2013 07:47:26 +0000 (16:47 +0900)
commitda1f49b012fda0756eef9634d10e73819d2eb88c
tree6774b9806b12dbb51c1a6b841c5b3fd1e09e82a5
parente8b2e18a9df2606983fa702f70cc093911b18351
Remove ewk_view_top_of_contents_go() because it is not used anymore.

[Title] Remove ewk_view_top_of_contents_go() because it is not used anymore.
[Issue#] N/A
[Problem] ewk_view_top_of_contents_go() is not used anymore.
[Cause] The ewk_view_top_of_contents_go() was added for old UX concept, but it is not used anymore.
        And browser uses ewk_view_animated_scroll_set() API instead of that.
[Solution] Remove ewk_view_top_of_contents_go().

Change-Id: Id9161c4bd81b8c09f5124194141391431cb378ae
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp
Source/WebKit2/UIProcess/API/efl/ewk_view.h
TC/unit_test/webkit2/Makefile
TC/unit_test/webkit2/tslist
TC/unit_test/webkit2/utc_webkit2_ewk_view_top_of_contents_go_func.c [deleted file]