aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-single.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2013-02-13 22:02:08 +0800
committerXan Lopez <xan@igalia.com>2013-02-13 22:02:08 +0800
commitd261d88d925ba7f15952cf4696bea5989faf50d2 (patch)
treeb1c029f6f0d0ceb9d8fb0369282515bc3af1b6b0 /embed/ephy-embed-single.c
parentd6a8e187aff66abbcbc2db38a59581d2e656199d (diff)
downloadgsoc2013-epiphany-d261d88d925ba7f15952cf4696bea5989faf50d2.tar
gsoc2013-epiphany-d261d88d925ba7f15952cf4696bea5989faf50d2.tar.gz
gsoc2013-epiphany-d261d88d925ba7f15952cf4696bea5989faf50d2.tar.bz2
gsoc2013-epiphany-d261d88d925ba7f15952cf4696bea5989faf50d2.tar.lz
gsoc2013-epiphany-d261d88d925ba7f15952cf4696bea5989faf50d2.tar.xz
gsoc2013-epiphany-d261d88d925ba7f15952cf4696bea5989faf50d2.tar.zst
gsoc2013-epiphany-d261d88d925ba7f15952cf4696bea5989faf50d2.zip
ephy-embed-single: remove clear http auth cache method
It's been unimplemented for ages.
Diffstat (limited to 'embed/ephy-embed-single.c')
-rw-r--r--embed/ephy-embed-single.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index 3bb161607..5f794345b 100644
--- a/embed/ephy-embed-single.c
+++ b/embed/ephy-embed-single.c
@@ -513,25 +513,6 @@ ephy_embed_single_clear_cache (EphyEmbedSingle *single)
}
/**
- * ephy_embed_single_clear_auth_cache:
- * @single: the #EphyEmbedSingle
- *
- * Clears the HTTP authentication cache.
- *
- * This does not clear regular website passwords; it only clears the HTTP
- * authentication cache. Websites which use HTTP authentication require the
- * browser to send a password along with every HTTP request; the browser will
- * ask the user for the password once and then cache the password for subsequent
- * HTTP requests. This function will clear the HTTP authentication cache,
- * meaning the user will have to re-enter a username and password the next time
- * Epiphany requests a web page secured with HTTP authentication.
- **/
-void
-ephy_embed_single_clear_auth_cache (EphyEmbedSingle *single)
-{
-}
-
-/**
* ephy_embed_single_open_window:
* @single: the #EphyEmbedSingle
* @parent: the requested window's parent #EphyEmbed