aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-single.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed-single.c')
-rw-r--r--embed/ephy-embed-single.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index d8af4fd2d..f9f8bc7c4 100644
--- a/embed/ephy-embed-single.c
+++ b/embed/ephy-embed-single.c
@@ -147,14 +147,3 @@ ephy_embed_single_initialize (EphyEmbedSingle *single)
return TRUE;
}
-/**
- * ephy_embed_single_clear_cache:
- * @single: the #EphyEmbedSingle
- *
- * Clears the HTTP cache (temporarily saved web pages).
- **/
-void
-ephy_embed_single_clear_cache (EphyEmbedSingle *single)
-{
- webkit_web_context_clear_cache (webkit_web_context_get_default ());
-}