From d261d88d925ba7f15952cf4696bea5989faf50d2 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 13 Feb 2013 15:02:08 +0100 Subject: 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, 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 @@ -512,25 +512,6 @@ ephy_embed_single_clear_cache (EphyEmbedSingle *single) #endif } -/** - * 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 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); -- cgit v1.2.3