aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-web-view.c8
-rw-r--r--e-util/e-web-view.h1
2 files changed, 0 insertions, 9 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)
{
diff --git a/e-util/e-web-view.h b/e-util/e-web-view.h
index 4f782b9e53..9eec4956fd 100644
--- a/e-util/e-web-view.h
+++ b/e-util/e-web-view.h
@@ -102,7 +102,6 @@ void e_web_view_load_string (EWebView *web_view,
const gchar *string);
void e_web_view_load_uri (EWebView *web_view,
const gchar *uri);
-const gchar * e_web_view_get_uri (EWebView *web_view);
void e_web_view_reload (EWebView *web_view);
gchar * e_web_view_get_html (EWebView *web_view);
gboolean e_web_view_get_caret_mode (EWebView *web_view);