diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-11-12 07:19:05 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-11-12 07:19:05 +0800 |
commit | a212aa82d4a2ceed4079543269f39c87dd35dbe0 (patch) | |
tree | 3cf81e5080f766bd638adf7dff288e8789171bc2 /embed | |
parent | d6a39a6a3d10867f31f73a6246e32404d9dc17d5 (diff) | |
download | gsoc2013-epiphany-a212aa82d4a2ceed4079543269f39c87dd35dbe0.tar.gz gsoc2013-epiphany-a212aa82d4a2ceed4079543269f39c87dd35dbe0.tar.zst gsoc2013-epiphany-a212aa82d4a2ceed4079543269f39c87dd35dbe0.zip |
We don't inherit nothing from GtkMozEmbed anymore.
svn path=/trunk/; revision=7667
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-embed.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 859ffdbe6..d60c73327 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -119,20 +119,6 @@ struct _EphyEmbedIface { GTypeInterface base_iface; - /* Signals that we inherit from gtkmozembed - * - * void (* net_stop) (GtkMozEmbed *embed); - * void (* title) (EphyEmbed *embed); - * void (* visibility) (EphyEmbed *embed, - * gboolean visibility); - * void (* destroy_brsr) (EphyEmbed *embed); - * void (* size_to) (EphyEmbed *embed, - * int width, - * int height); - * gint (* open_uri) (EphyEmbed *embed, - * const char *url); - */ - int (* context_menu) (EphyEmbed *embed, EphyEmbedEvent *event); void (* favicon) (EphyEmbed *embed, |