diff options
author | Xan Lopez <xan@gnome.org> | 2009-12-11 20:02:40 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-12-11 20:02:40 +0800 |
commit | 91d4b52277f69b966147873528fbe985a024bffd (patch) | |
tree | 7b44560d74e4345e5ccf0233c25d87b1e4c5d5fd | |
parent | 012be8884f3fb3a618af3d7dfac29ad40de99f1a (diff) | |
download | gsoc2013-epiphany-91d4b52277f69b966147873528fbe985a024bffd.tar gsoc2013-epiphany-91d4b52277f69b966147873528fbe985a024bffd.tar.gz gsoc2013-epiphany-91d4b52277f69b966147873528fbe985a024bffd.tar.bz2 gsoc2013-epiphany-91d4b52277f69b966147873528fbe985a024bffd.tar.lz gsoc2013-epiphany-91d4b52277f69b966147873528fbe985a024bffd.tar.xz gsoc2013-epiphany-91d4b52277f69b966147873528fbe985a024bffd.tar.zst gsoc2013-epiphany-91d4b52277f69b966147873528fbe985a024bffd.zip |
ephy-web-view.h: remove old signal from class struct
-rw-r--r-- | embed/ephy-web-view.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index 0612f48fd..bc48a600a 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -143,8 +143,6 @@ struct _EphyWebViewClass const char *uri); gboolean (* modal_alert) (EphyWebView *view); void (* modal_alert_closed) (EphyWebView *view); - void (* document_type) (EphyWebView *view, - EphyWebViewDocumentType type); void (* new_window) (EphyWebView *view, EphyWebView *new_view); gboolean (* search_key_press) (EphyWebView *view, |