aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.c
diff options
context:
space:
mode:
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
*