From 8247519f1b528c65f8edf08da9d0de56f559fed0 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 12 Oct 2017 02:27:07 -0400 Subject: mq_web_view_get_web_view(): Remove --- (limited to 'src/web-view.c') 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); -} -- cgit v0.9.1