diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-11-12 07:18:49 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-11-12 07:18:49 +0800 |
commit | 0d4e69b6f75a8d341d83c7a8752254bc28d8dade (patch) | |
tree | b5d1a30e4ace7a1e0df7b7900ea23219101f871e /embed/ephy-embed.h | |
parent | d698eb5b87aa10c888944fbf2db066af2df987bd (diff) | |
download | gsoc2013-epiphany-0d4e69b6f75a8d341d83c7a8752254bc28d8dade.tar.gz gsoc2013-epiphany-0d4e69b6f75a8d341d83c7a8752254bc28d8dade.tar.zst gsoc2013-epiphany-0d4e69b6f75a8d341d83c7a8752254bc28d8dade.zip |
Remove unused ge_net_state and ge_security_change.
svn path=/trunk/; revision=7665
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, |