aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.c
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2008-06-30 02:16:03 +0800
committerXan Lopez <xan@src.gnome.org>2008-06-30 02:16:03 +0800
commit83c145ca0bdf9c659f808a1485ad2f580c6b439f (patch)
tree7426741deeb238f64842250f7c8afe14c788f994 /embed/ephy-embed.c
parent3c310a6753141eb1a01acdacc3d2286080183d0f (diff)
downloadgsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.tar
gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.tar.gz
gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.tar.bz2
gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.tar.lz
gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.tar.xz
gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.tar.zst
gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.zip
embed: remove ephy_embed_can_go_forward.
Use WebKit API directly. svn path=/trunk/; revision=8306
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r--embed/ephy-embed.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index e01d057b9..086c19bd8 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -419,19 +419,6 @@ ephy_embed_can_go_back (EphyEmbed *embed)
}
/**
- * ephy_embed_can_go_forward:
- * @embed: an #EphyEmbed
- *
- * Return value: %TRUE if @embed has gone back, and can thus go forward again
- **/
-gboolean
-ephy_embed_can_go_forward (EphyEmbed *embed)
-{
- EphyEmbedIface *iface = EPHY_EMBED_GET_IFACE (embed);
- return iface->can_go_forward (embed);
-}
-
-/**
* ephy_embed_can_go_up:
* @embed: an #EphyEmbed
*