diff options
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r-- | embed/ephy-embed.c | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index 29d7a0859..fd7e223f6 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -995,38 +995,6 @@ ephy_embed_get_visibility (EphyEmbed *embed) } /** - * ephy_embed_get_backward_history: - * @embed: an #EphyEmbed - * - * Returns a #GList of #EphyHistoryItem compromising the - * history items preceding the current location. - * - * Return value: a #GList with the preceding history items - **/ -GList* -ephy_embed_get_backward_history (EphyEmbed *embed) -{ - EphyEmbedIface *iface = EPHY_EMBED_GET_IFACE (embed); - return iface->get_backward_history (embed); -} - -/** - * ephy_embed_get_forward_history: - * @embed: an #EphyEmbed - * - * Returns a #GList of #EphyHistoryItem compromising the - * history items succeeding the current location. - * - * Return value: a #GList with the succeeding history items - **/ -GList* -ephy_embed_get_forward_history (EphyEmbed *embed) -{ - EphyEmbedIface *iface = EPHY_EMBED_GET_IFACE (embed); - return iface->get_forward_history (embed); -} - -/** * ephy_embed_get_previous_history_item: * @embed: an #EphyEmbed * |