diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-07-23 02:15:22 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-07-23 02:15:22 +0800 |
commit | b0797c8f3de7e0be7c616dc61f8f6323c9f98a98 (patch) | |
tree | f6ba09c7f1ba1119d6120ce84c1c6126bff2246a /embed/ephy-embed-single.c | |
parent | 8ed863129291204c3b293e41dae4bc3a1c7e9127 (diff) | |
download | gsoc2013-epiphany-b0797c8f3de7e0be7c616dc61f8f6323c9f98a98.tar gsoc2013-epiphany-b0797c8f3de7e0be7c616dc61f8f6323c9f98a98.tar.gz gsoc2013-epiphany-b0797c8f3de7e0be7c616dc61f8f6323c9f98a98.tar.bz2 gsoc2013-epiphany-b0797c8f3de7e0be7c616dc61f8f6323c9f98a98.tar.lz gsoc2013-epiphany-b0797c8f3de7e0be7c616dc61f8f6323c9f98a98.tar.xz gsoc2013-epiphany-b0797c8f3de7e0be7c616dc61f8f6323c9f98a98.tar.zst gsoc2013-epiphany-b0797c8f3de7e0be7c616dc61f8f6323c9f98a98.zip |
No need to make proxy PAC configuration public, we only use it in a pref
2004-07-22 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-single.c:
* embed/ephy-embed-single.h:
* embed/mozilla/mozilla-embed-single.cpp:
* embed/mozilla/mozilla-notifiers.cpp:
No need to make proxy PAC configuration public, we only
use it in a pref notifier.
Diffstat (limited to 'embed/ephy-embed-single.c')
-rw-r--r-- | embed/ephy-embed-single.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c index c609d3efc..64f72d3a3 100644 --- a/embed/ephy-embed-single.c +++ b/embed/ephy-embed-single.c @@ -165,21 +165,6 @@ ephy_embed_single_get_offline_mode (EphyEmbedSingle *single) } /** - * ephy_embed_single_load_proxy_autoconf: - * @single: the #EphyEmbedSingle - * @url: a URL to a PAC file - * - * Sets the address of the PAC file, and loads the proxy configuration from it. - **/ -void -ephy_embed_single_load_proxy_autoconf (EphyEmbedSingle *single, - const char* url) -{ - EphyEmbedSingleIface *iface = EPHY_EMBED_SINGLE_GET_IFACE (single); - iface->load_proxy_autoconf (single, url); -} - -/** * ephy_embed_single_get_font_list: * @single: the #EphyEmbedSingle * @lang_group: a mozilla font language group name, or %NULL |