summaryrefslogtreecommitdiffstats
path: root/src/web-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/web-view.c')
-rw-r--r--src/web-view.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/web-view.c b/src/web-view.c
index 6fc1e46..d6d1f69 100644
--- a/src/web-view.c
+++ b/src/web-view.c
@@ -724,9 +724,3 @@ mq_web_view_load_uri(MqWebView *web_view, const gchar *uri)
g_object_notify_by_pspec(G_OBJECT(web_view),
obj_properties[PROP_REWRITTEN_URI]);
}
-
-WebKitWebView *
-mq_web_view_get_web_view(MqWebView *web_view)
-{
- return WEBKIT_WEB_VIEW(web_view);
-}