From 14b4291ebd16d3f9efddad49ec726d92edb258bc Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 22 Jul 2013 17:29:25 -0400 Subject: Remove e_web_view_get_uri(). Trivial wrapper for webkit_web_view_get_uri(). Probably made sense while we were transitioning from GtkHTML to WebKit, but we don't need it anymore. --- e-util/e-web-view.h | 1 - 1 file changed, 1 deletion(-) (limited to 'e-util/e-web-view.h') 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); -- cgit