diff options
-rw-r--r-- | src/web-view.c | 6 | ||||
-rw-r--r-- | src/web-view.h | 5 |
2 files changed, 0 insertions, 11 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); -} diff --git a/src/web-view.h b/src/web-view.h index df28300..24a1ba5 100644 --- a/src/web-view.h +++ b/src/web-view.h @@ -56,11 +56,6 @@ mq_web_view_get_uri(MqWebView *web_view); void mq_web_view_load_uri(MqWebView *web_view, const gchar *uri); -/* Temporary compatibility methods */ - -WebKitWebView * -mq_web_view_get_web_view(MqWebView *body); - G_END_DECLS #endif /* MQ_WEB_VIEW_H */ |