diff options
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r-- | embed/ephy-embed-single.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h index bb4ffc67e..126dfcbeb 100644 --- a/embed/ephy-embed-single.h +++ b/embed/ephy-embed-single.h @@ -83,11 +83,6 @@ void ephy_embed_single_clear_cache (EphyEmbedSingle *single); void ephy_embed_single_clear_auth_cache (EphyEmbedSingle *single); -void ephy_embed_single_set_network_status (EphyEmbedSingle *single, - gboolean online); - -gboolean ephy_embed_single_get_network_status (EphyEmbedSingle *single); - GSList * ephy_embed_single_get_form_auth (EphyEmbedSingle *single, const char *uri); |