summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/web-view.c6
-rw-r--r--src/web-view.h2
2 files changed, 0 insertions, 8 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)
{
diff --git a/src/web-view.h b/src/web-view.h
index f56c874..df28300 100644
--- a/src/web-view.h
+++ b/src/web-view.h
@@ -58,8 +58,6 @@ mq_web_view_load_uri(MqWebView *web_view, const gchar *uri);
/* Temporary compatibility methods */
-GtkWidget *
-mq_web_view_get_container(MqWebView *body);
WebKitWebView *
mq_web_view_get_web_view(MqWebView *body);