diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-23 02:20:04 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-27 14:16:52 +0800 |
commit | 7ed095eefd7016c66e27296ada3807d380d974e4 (patch) | |
tree | 9a29b06e9ecfa6166980cff7f61c40bb188135a1 /e-util/e-web-view.h | |
parent | c5c6c39c0600bab0ecb1d7933119ede37bd257df (diff) | |
download | gsoc2013-evolution-7ed095eefd7016c66e27296ada3807d380d974e4.tar.gz gsoc2013-evolution-7ed095eefd7016c66e27296ada3807d380d974e4.tar.zst gsoc2013-evolution-7ed095eefd7016c66e27296ada3807d380d974e4.zip |
Remove unused e_web_view_frame_load_string().
Diffstat (limited to 'e-util/e-web-view.h')
-rw-r--r-- | e-util/e-web-view.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/e-util/e-web-view.h b/e-util/e-web-view.h index ea7676a307..17b865b811 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_string) (EWebView *web_view, - const gchar *frame_name, - const gchar *string); void (*frame_load_uri) (EWebView *web_view, const gchar *frame_name, const gchar *uri); @@ -110,9 +107,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_string (EWebView *web_view, - const gchar *frame_name, - const gchar *string); void e_web_view_frame_load_uri (EWebView *web_view, const gchar *frame_name, const gchar *uri); |