aboutsummaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--embed/ephy-embed-single.c19
-rw-r--r--embed/ephy-embed-single.h2
2 files changed, 0 insertions, 21 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
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h
index 126dfcbeb..ab789f2a2 100644
--- a/embed/ephy-embed-single.h
+++ b/embed/ephy-embed-single.h
@@ -81,8 +81,6 @@ GtkWidget *ephy_embed_single_open_window (EphyEmbedSingle *single,
void ephy_embed_single_clear_cache (EphyEmbedSingle *single);
-void ephy_embed_single_clear_auth_cache (EphyEmbedSingle *single);
-
GSList * ephy_embed_single_get_form_auth (EphyEmbedSingle *single,
const char *uri);