Remove ewk_view_use_smart_selection_set() API because it is not used anymore.
authorEunmi Lee <eunmi15.lee@samsung.com>
Thu, 21 Mar 2013 08:58:03 +0000 (17:58 +0900)
committerEunmi Lee <eunmi15.lee@samsung.com>
Tue, 26 Mar 2013 07:47:35 +0000 (16:47 +0900)
commit323b62b0126d6c1789871feca717a6cba2f7ef6a
treece350bb8e27e53cb45b08922d9f4a3412a911ad0
parentda1f49b012fda0756eef9634d10e73819d2eb88c
Remove ewk_view_use_smart_selection_set() API because it is not used anymore.

[Title] Remove ewk_view_use_smart_selection_set() API because it is not used anymore.
[Issue#] N/A
[Problem] ewk_view_use_smart_selection_set() is not used anymore.
[Cause] The ewk_view_use_smart_selection_set() was added for testing desktop web applications,
        but it is not used anymore and smart_selection is default behavior of ewk_view.
        If user want to disable zoom, he/she can set scalable variable to false in the viewport tag of web pages.
[Solution] Remove ewk_view_use_smart_selection_set().

Change-Id: I16dc69f9da1a5a2591428517af99671854c99715
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_use_smart_selection_set_func.c [deleted file]