Fix compiler warnings in ewk/efl_webview_app/app.c
authory0.kim <y0.kim@samsung.com>
Thu, 21 Jan 2016 11:45:00 +0000 (20:45 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 07:55:23 +0000 (07:55 +0000)
commit31a0743db9889c2af8494b6c13e9f81ec43e31ce
treefb52db93dc48f9225442cfb71875e3f5eaef38d8
parentb110450e6d393ee61e03e3951d08dff0d43958ae
Fix compiler warnings in ewk/efl_webview_app/app.c

Fixes following warnings in app.c:
> 'prompt_entry' defined but not used [-Wunused-variable]
> '__scroll_down_cb' defined but not used [-Wunused-function]
> '__scroll_up_cb' defined but not used [-Wunused-function]
> '__scroll_left_cb' defined but not used [-Wunused-function]
> '__scroll_right_cb' defined but not used [-Wunused-function]

Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=15559

Reviewed by: a1.gomes, sns.park

Change-Id: Ic9c7ae0109e3b2cb75ecdab0b05f644590ce28d3
Signed-off-by: y0.kim <y0.kim@samsung.com>
tizen_src/ewk/efl_webview_app/app.c