diff options
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r-- | embed/ephy-embed.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 845081a22..37f6e01bd 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -145,9 +145,6 @@ struct _EphyEmbedIface const char *type, const char *title, const char *address); - void (* net_state) (EphyEmbed *embed, - const char *uri, - EphyEmbedNetState state); gboolean (* dom_mouse_click) (EphyEmbed *embed, EphyEmbedEvent *event); gboolean (* dom_mouse_down) (EphyEmbed *embed, @@ -158,8 +155,6 @@ struct _EphyEmbedIface const char *address, const char *target, const char *features); - void (* security_change) (EphyEmbed *embed, - EphyEmbedSecurityLevel level); void (* zoom_change) (EphyEmbed *embed, float new_zoom); void (* content_change) (EphyEmbed *embed, |