summaryrefslogtreecommitdiff
path: root/Tools/TestWebKitAPI/efl/PlatformWebView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/TestWebKitAPI/efl/PlatformWebView.cpp')
-rw-r--r--Tools/TestWebKitAPI/efl/PlatformWebView.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/Tools/TestWebKitAPI/efl/PlatformWebView.cpp b/Tools/TestWebKitAPI/efl/PlatformWebView.cpp
index acec6ed84..2e87f7087 100644
--- a/Tools/TestWebKitAPI/efl/PlatformWebView.cpp
+++ b/Tools/TestWebKitAPI/efl/PlatformWebView.cpp
@@ -80,12 +80,4 @@ WKPageRef PlatformWebView::page() const
return WKViewGetPage(toAPI(m_view));
}
-void PlatformWebView::simulateSpacebarKeyPress()
-{
- Evas* evas = ecore_evas_get(m_window);
- evas_object_focus_set(m_view, true);
- evas_event_feed_key_down(evas, "space", "space", " ", 0, 0, 0);
- evas_event_feed_key_up(evas, "space", "space", " ", 0, 1, 0);
-}
-
} // namespace TestWebKitAPI