diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-14 21:42:14 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-14 21:42:14 +0800 |
commit | 035fbe726fca2110054ac45965fe699ca8e30eed (patch) | |
tree | 0f26764f7e57ddc4b89513e5fd9da8a77bb9f05a /embed/ephy-embed-single.h | |
parent | 4a0f71e24f7df2fe66a433416eb276d9b60992c7 (diff) | |
download | gsoc2013-epiphany-035fbe726fca2110054ac45965fe699ca8e30eed.tar.gz gsoc2013-epiphany-035fbe726fca2110054ac45965fe699ca8e30eed.tar.zst gsoc2013-epiphany-035fbe726fca2110054ac45965fe699ca8e30eed.zip |
ephy-embed-single: remove network status
We are not using it. Easy enough to bring it back if needed.
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); |