diff options
author | Xan Lopez <xan@igalia.com> | 2013-02-13 22:02:08 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-02-13 22:02:08 +0800 |
commit | d261d88d925ba7f15952cf4696bea5989faf50d2 (patch) | |
tree | b1c029f6f0d0ceb9d8fb0369282515bc3af1b6b0 /embed/ephy-embed-single.h | |
parent | d6a8e187aff66abbcbc2db38a59581d2e656199d (diff) | |
download | gsoc2013-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.h')
-rw-r--r-- | embed/ephy-embed-single.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |