aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-web-view.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-23 02:27:14 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-27 14:16:52 +0800
commitb997e37bfca13887bbf1fe1d8ab07d953420b94a (patch)
tree498181df721dce5845d5ea0203d2cd43eb5d88f2 /e-util/e-web-view.h
parent7ed095eefd7016c66e27296ada3807d380d974e4 (diff)
downloadgsoc2013-evolution-b997e37bfca13887bbf1fe1d8ab07d953420b94a.tar
gsoc2013-evolution-b997e37bfca13887bbf1fe1d8ab07d953420b94a.tar.gz
gsoc2013-evolution-b997e37bfca13887bbf1fe1d8ab07d953420b94a.tar.bz2
gsoc2013-evolution-b997e37bfca13887bbf1fe1d8ab07d953420b94a.tar.lz
gsoc2013-evolution-b997e37bfca13887bbf1fe1d8ab07d953420b94a.tar.xz
gsoc2013-evolution-b997e37bfca13887bbf1fe1d8ab07d953420b94a.tar.zst
gsoc2013-evolution-b997e37bfca13887bbf1fe1d8ab07d953420b94a.zip
Remove unused e_web_view_frame_load_uri().
Diffstat (limited to 'e-util/e-web-view.h')
-rw-r--r--e-util/e-web-view.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/e-util/e-web-view.h b/e-util/e-web-view.h
index 17b865b811..26544f60b7 100644
--- a/e-util/e-web-view.h
+++ b/e-util/e-web-view.h
@@ -80,9 +80,6 @@ struct _EWebViewClass {
const gchar *load_string);
void (*load_uri) (EWebView *web_view,
const gchar *load_uri);
- void (*frame_load_uri) (EWebView *web_view,
- const gchar *frame_name,
- const gchar *uri);
void (*set_fonts) (EWebView *web_view,
PangoFontDescription **monospace,
PangoFontDescription **variable_width);
@@ -107,9 +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);
-void e_web_view_frame_load_uri (EWebView *web_view,
- const gchar *frame_name,
- const gchar *uri);
const gchar * e_web_view_frame_get_uri (EWebView *web_view,
const gchar *frame_name);
gchar * e_web_view_get_html (EWebView *web_view);