aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.c
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2008-06-30 02:15:43 +0800
committerXan Lopez <xan@src.gnome.org>2008-06-30 02:15:43 +0800
commita2c6d61b3e04f6c77c9f1ffd853831b51e0a0042 (patch)
tree9462ee67217f21e1859d94368796a82928f141bb /embed/ephy-embed.c
parent898961c9a4cacc9379a3fe871a5f173baf69b866 (diff)
downloadgsoc2013-epiphany-a2c6d61b3e04f6c77c9f1ffd853831b51e0a0042.tar
gsoc2013-epiphany-a2c6d61b3e04f6c77c9f1ffd853831b51e0a0042.tar.gz
gsoc2013-epiphany-a2c6d61b3e04f6c77c9f1ffd853831b51e0a0042.tar.bz2
gsoc2013-epiphany-a2c6d61b3e04f6c77c9f1ffd853831b51e0a0042.tar.lz
gsoc2013-epiphany-a2c6d61b3e04f6c77c9f1ffd853831b51e0a0042.tar.xz
gsoc2013-epiphany-a2c6d61b3e04f6c77c9f1ffd853831b51e0a0042.tar.zst
gsoc2013-epiphany-a2c6d61b3e04f6c77c9f1ffd853831b51e0a0042.zip
embed: remove ephy_embed_stop_load.
Use webkit API directly in window-commands.c svn path=/trunk/; revision=8302
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 98f9d30b5..12485de2a 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -406,19 +406,6 @@ ephy_embed_load (EphyEmbed *embed,
}
/**
- * ephy_embed_stop_load:
- * @embed: an #EphyEmbed
- *
- * If @embed is loading, stops it from continuing.
- **/
-void
-ephy_embed_stop_load (EphyEmbed *embed)
-{
- EphyEmbedIface *iface = EPHY_EMBED_GET_IFACE (embed);
- iface->stop_load (embed);
-}
-
-/**
* ephy_embed_can_go_back:
* @embed: an #EphyEmbed
*