aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-web-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-web-view.c')
-rw-r--r--e-util/e-web-view.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/e-util/e-web-view.c b/e-util/e-web-view.c
index 6fd81ba177..38320baa3c 100644
--- a/e-util/e-web-view.c
+++ b/e-util/e-web-view.c
@@ -1819,14 +1819,6 @@ e_web_view_reload (EWebView *web_view)
webkit_web_view_reload (WEBKIT_WEB_VIEW (web_view));
}
-const gchar *
-e_web_view_get_uri (EWebView *web_view)
-{
- g_return_val_if_fail (E_IS_WEB_VIEW (web_view), NULL);
-
- return webkit_web_view_get_uri (WEBKIT_WEB_VIEW (web_view));
-}
-
gchar *
e_web_view_get_html (EWebView *web_view)
{