diff options
author | Xan Lopez <xan@gnome.org> | 2009-06-01 23:47:48 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-06-03 00:08:43 +0800 |
commit | 9f4b66ef75418ea4f51179432f4d5aeca4e586ed (patch) | |
tree | d4cd3603661057f34c085d17905591bb288374e4 /embed/ephy-embed.h | |
parent | 09981137f2f8563e9936b38cd7f8bfbb8c5bc95a (diff) | |
download | gsoc2013-epiphany-9f4b66ef75418ea4f51179432f4d5aeca4e586ed.tar.gz gsoc2013-epiphany-9f4b66ef75418ea4f51179432f4d5aeca4e586ed.tar.zst gsoc2013-epiphany-9f4b66ef75418ea4f51179432f4d5aeca4e586ed.zip |
Remove ephy_embed_load, it's obsoleted by ephy_web_view_load_request.
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); |