aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.h
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@igalia.com>2012-02-09 17:21:38 +0800
committerDiego Escalante Urrelo <diegoe@igalia.com>2012-02-22 23:55:19 +0800
commitf1fd22a86d2ff32d78494e68ae7ab865c454b88c (patch)
tree78f086a3ef8f14a4ee1e0e1dde91f1f650170cbf /embed/ephy-web-view.h
parent75e3424275e8d45268bdf8c48e9be9dc23b4f713 (diff)
downloadgsoc2013-epiphany-f1fd22a86d2ff32d78494e68ae7ab865c454b88c.tar
gsoc2013-epiphany-f1fd22a86d2ff32d78494e68ae7ab865c454b88c.tar.gz
gsoc2013-epiphany-f1fd22a86d2ff32d78494e68ae7ab865c454b88c.tar.bz2
gsoc2013-epiphany-f1fd22a86d2ff32d78494e68ae7ab865c454b88c.tar.lz
gsoc2013-epiphany-f1fd22a86d2ff32d78494e68ae7ab865c454b88c.tar.xz
gsoc2013-epiphany-f1fd22a86d2ff32d78494e68ae7ab865c454b88c.tar.zst
gsoc2013-epiphany-f1fd22a86d2ff32d78494e68ae7ab865c454b88c.zip
ephy-web-view: remove close-requested signal
WebKitWebView has a ::close-web-view signal for the same thing. The only user of this was ephy-window, for exactly the same thing that we are already doing in ephy-web-view, when handling ::close-web-view. https://bugzilla.gnome.org/show_bug.cgi?id=669737
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r--embed/ephy-web-view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index c05461eeb..789d6cfa5 100644
--- a/embed/ephy-web-view.h
+++ b/embed/ephy-web-view.h
@@ -121,7 +121,6 @@ struct _EphyWebViewClass
EphyWebView *new_view);
gboolean (* search_key_press) (EphyWebView *view,
GdkEventKey *event);
- gboolean (* close_request) (EphyWebView *view);
void (* new_document_now) (EphyWebView *view,
const char *uri);