aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-web-view.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-23 01:54:54 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-27 14:16:52 +0800
commitc5c6c39c0600bab0ecb1d7933119ede37bd257df (patch)
tree9e9d7e7566f0d71cb92d59606e29f9deb6af46e0 /e-util/e-web-view.h
parent810242e4c9cdb41c00e1ad24106fbb0e4ab0d5af (diff)
downloadgsoc2013-evolution-c5c6c39c0600bab0ecb1d7933119ede37bd257df.tar
gsoc2013-evolution-c5c6c39c0600bab0ecb1d7933119ede37bd257df.tar.gz
gsoc2013-evolution-c5c6c39c0600bab0ecb1d7933119ede37bd257df.tar.bz2
gsoc2013-evolution-c5c6c39c0600bab0ecb1d7933119ede37bd257df.tar.lz
gsoc2013-evolution-c5c6c39c0600bab0ecb1d7933119ede37bd257df.tar.xz
gsoc2013-evolution-c5c6c39c0600bab0ecb1d7933119ede37bd257df.tar.zst
gsoc2013-evolution-c5c6c39c0600bab0ecb1d7933119ede37bd257df.zip
Remove unused e_web_view_extract_uri().
Diffstat (limited to 'e-util/e-web-view.h')
-rw-r--r--e-util/e-web-view.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/e-util/e-web-view.h b/e-util/e-web-view.h
index 62ef1fab6a..ea7676a307 100644
--- a/e-util/e-web-view.h
+++ b/e-util/e-web-view.h
@@ -71,8 +71,6 @@ struct _EWebViewClass {
const gchar *mime_type,
const gchar *uri,
GHashTable *param);
- gchar * (*extract_uri) (EWebView *web_view,
- GdkEventButton *event);
void (*hovering_over_link) (EWebView *web_view,
const gchar *title,
const gchar *uri);
@@ -179,8 +177,6 @@ GtkAction * e_web_view_get_action (EWebView *web_view,
const gchar *action_name);
GtkActionGroup *e_web_view_get_action_group (EWebView *web_view,
const gchar *group_name);
-gchar * e_web_view_extract_uri (EWebView *web_view,
- GdkEventButton *event);
void e_web_view_copy_clipboard (EWebView *web_view);
void e_web_view_cut_clipboard (EWebView *web_view);
gboolean e_web_view_is_selection_active (EWebView *web_view);