aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-web-view.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-23 02:29:48 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-27 14:16:52 +0800
commit20d7939ca37ce5919e1839c9dda2dcd8c4b6e887 (patch)
treeac83e48f311cb0b1ddc6a88a625a42b07c56f1d0 /e-util/e-web-view.h
parentb997e37bfca13887bbf1fe1d8ab07d953420b94a (diff)
downloadgsoc2013-evolution-20d7939ca37ce5919e1839c9dda2dcd8c4b6e887.tar
gsoc2013-evolution-20d7939ca37ce5919e1839c9dda2dcd8c4b6e887.tar.gz
gsoc2013-evolution-20d7939ca37ce5919e1839c9dda2dcd8c4b6e887.tar.bz2
gsoc2013-evolution-20d7939ca37ce5919e1839c9dda2dcd8c4b6e887.tar.lz
gsoc2013-evolution-20d7939ca37ce5919e1839c9dda2dcd8c4b6e887.tar.xz
gsoc2013-evolution-20d7939ca37ce5919e1839c9dda2dcd8c4b6e887.tar.zst
gsoc2013-evolution-20d7939ca37ce5919e1839c9dda2dcd8c4b6e887.zip
Remove unused e_web_view_frame_get_uri().
Diffstat (limited to 'e-util/e-web-view.h')
-rw-r--r--e-util/e-web-view.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/e-web-view.h b/e-util/e-web-view.h
index 26544f60b7..7a6ca8b1f2 100644
--- a/e-util/e-web-view.h
+++ b/e-util/e-web-view.h
@@ -104,8 +104,6 @@ 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);
-const gchar * e_web_view_frame_get_uri (EWebView *web_view,
- const gchar *frame_name);
gchar * e_web_view_get_html (EWebView *web_view);
gboolean e_web_view_get_caret_mode (EWebView *web_view);
void e_web_view_set_caret_mode (EWebView *web_view,