From f1fd22a86d2ff32d78494e68ae7ab865c454b88c Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Thu, 9 Feb 2012 04:21:38 -0500 Subject: 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 --- embed/ephy-web-view.h | 1 - 1 file changed, 1 deletion(-) (limited to 'embed/ephy-web-view.h') 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); -- cgit v1.2.3