diff options
author | Xan Lopez <xan@gnome.org> | 2010-10-30 11:38:58 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-11-06 14:22:32 +0800 |
commit | 25645b10da23df03b84989f2ff7e910f0c2069f6 (patch) | |
tree | c78fcce0ef5f983ea3427b4955c62c4a375c4ff4 /embed/ephy-web-view.h | |
parent | 35a4ffa0fdfe4fe3c993345467cd30cc61f12d0c (diff) | |
download | gsoc2013-epiphany-25645b10da23df03b84989f2ff7e910f0c2069f6.tar.gz gsoc2013-epiphany-25645b10da23df03b84989f2ff7e910f0c2069f6.tar.zst gsoc2013-epiphany-25645b10da23df03b84989f2ff7e910f0c2069f6.zip |
ephy-web-view: remove ge-dom-mouse signals
They are not even emitted anymore, and are unused.
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r-- | embed/ephy-web-view.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index 94e7cced9..e37d0e2db 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -107,10 +107,6 @@ struct _EphyWebViewClass const char *type, const char *title, const char *address); - gboolean (* dom_mouse_click) (EphyWebView *view, - EphyEmbedEvent *event); - gboolean (* dom_mouse_down) (EphyWebView *view, - EphyEmbedEvent *event); void (* popup_blocked) (EphyWebView *view, const char *address, const char *target, |