[epiphany] ephy-embed-single: remove clear http auth cache method



commit d261d88d925ba7f15952cf4696bea5989faf50d2
Author: Xan Lopez <xan igalia com>
Date:   Wed Feb 13 15:02:08 2013 +0100

    ephy-embed-single: remove clear http auth cache method
    
    It's been unimplemented for ages.

 embed/ephy-embed-single.c |   19 -------------------
 embed/ephy-embed-single.h |    2 --
 2 files changed, 0 insertions(+), 21 deletions(-)
---
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index 3bb1616..5f79434 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 126dfcb..ab789f2 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);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]