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 7516202..6fc1e46 100644
--- a/src/web-view.c
+++ b/src/web-view.c
@@ -725,12 +725,6 @@ mq_web_view_load_uri(MqWebView *web_view, const gchar *uri)
obj_properties[PROP_REWRITTEN_URI]);
}
-GtkWidget *
-mq_web_view_get_container(MqWebView *web_view)
-{
- return GTK_WIDGET(web_view);
-}
-
WebKitWebView *
mq_web_view_get_web_view(MqWebView *web_view)
{