aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.c
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2008-06-30 15:23:57 +0800
committerXan Lopez <xan@src.gnome.org>2008-06-30 15:23:57 +0800
commitd0ccaa5cfa129113f6359b1be98ef9cb0db3e8e4 (patch)
tree034c12aef5e4f93d60bea8aac738d23b7829ac02 /embed/ephy-embed.c
parent0238a377973ad82bd73e4e8f12a291b62359e9c1 (diff)
downloadgsoc2013-epiphany-d0ccaa5cfa129113f6359b1be98ef9cb0db3e8e4.tar
gsoc2013-epiphany-d0ccaa5cfa129113f6359b1be98ef9cb0db3e8e4.tar.gz
gsoc2013-epiphany-d0ccaa5cfa129113f6359b1be98ef9cb0db3e8e4.tar.bz2
gsoc2013-epiphany-d0ccaa5cfa129113f6359b1be98ef9cb0db3e8e4.tar.lz
gsoc2013-epiphany-d0ccaa5cfa129113f6359b1be98ef9cb0db3e8e4.tar.xz
gsoc2013-epiphany-d0ccaa5cfa129113f6359b1be98ef9cb0db3e8e4.tar.zst
gsoc2013-epiphany-d0ccaa5cfa129113f6359b1be98ef9cb0db3e8e4.zip
embed: remove ephy_embed_go_to_history_item.
Use WebKit API directly. svn path=/trunk/; revision=8313
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r--embed/ephy-embed.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index b8f137f30..5fff25366 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -993,18 +993,3 @@ ephy_embed_get_visibility (EphyEmbed *embed)
EphyEmbedIface *iface = EPHY_EMBED_GET_IFACE (embed);
return iface->get_visibility (embed);
}
-
-/**
- * ephy_embed_go_to_history_item:
- * @embed: an #EphyEmbed
- * @history_item: an #EphyHistoryItem
- *
- * Opens the webpage specified by @history_item in @embed's history.
- *
- **/
-void
-ephy_embed_go_to_history_item (EphyEmbed *embed, EphyHistoryItem *history_item)
-{
- EphyEmbedIface *iface = EPHY_EMBED_GET_IFACE (embed);
- iface->go_to_history_item (embed, history_item);
-}