diff options
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r-- | embed/ephy-embed.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 814eda3a3..a974ae790 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -156,9 +156,6 @@ struct _EphyEmbedIface /* Methods */ void (* load_url) (EphyEmbed *embed, const char *url); - void (* load) (EphyEmbed *embed, - const char *url, - EphyEmbed *referring_embed); gboolean (* can_go_up) (EphyEmbed *embed); GSList * (* get_go_up_list) (EphyEmbed *embed); void (* go_up) (EphyEmbed *embed); @@ -208,9 +205,6 @@ GType ephy_embed_get_type (void); /* Base */ void ephy_embed_load_url (EphyEmbed *embed, const char *url); -void ephy_embed_load (EphyEmbed *embed, - const char *url, - EphyEmbed *referring_embed); const char *ephy_embed_get_title (EphyEmbed *embed); |