diff options
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r-- | embed/ephy-embed.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index fe543a934..1b12e55e3 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -469,19 +469,6 @@ ephy_embed_get_go_up_list (EphyEmbed *embed) } /** - * ephy_embed_go_back: - * @embed: an #EphyEmbed - * - * Causes @embed to return to the previously-visited web page. - **/ -void -ephy_embed_go_back (EphyEmbed *embed) -{ - EphyEmbedIface *iface = EPHY_EMBED_GET_IFACE (embed); - iface->go_back (embed); -} - -/** * ephy_embed_go_forward: * @embed: an #EphyEmbed * |