diff options
author | TingPing <tingping@tingping.se> | 2014-12-28 13:28:19 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-12-28 13:28:19 -0500 |
commit | 9cb73f839ffddb1479f0ee1c8a89acebafd31045 (patch) | |
tree | 3b224105778534140d6bf7109d3b6b0c321c44c2 /src/fe-gtk | |
parent | 330e31c70fdf42731ac8cd74b94aaeaf9a01e7fd (diff) |
Remove MSProxy support
It's not enabled anywhere, certainly not maintained
Diffstat (limited to 'src/fe-gtk')
-rw-r--r-- | src/fe-gtk/setup.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index 3719c65b..cc5d25bf 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -560,9 +560,6 @@ static const char *const proxytypes[] = N_("Socks4"), N_("Socks5"), N_("HTTP"), -#ifdef USE_MSPROXY - N_("MS Proxy (ISA)"), -#endif #ifdef USE_LIBPROXY N_("Auto"), #endif @@ -599,11 +596,7 @@ static const setting network_settings[] = {ST_MENU, N_("Use proxy for:"), P_OFFINTNL(hex_net_proxy_use), 0, proxyuse, 0}, {ST_HEADER, N_("Proxy Authentication"), 0, 0, 0, 0}, -#ifdef USE_MSPROXY - {ST_TOGGLE, N_("Use Authentication (MS Proxy, HTTP or Socks5 only)"), P_OFFINTNL(hex_net_proxy_auth), 0, 0, 0}, -#else {ST_TOGGLE, N_("Use Authentication (HTTP or Socks5 only)"), P_OFFINTNL(hex_net_proxy_auth), 0, 0, 0}, -#endif {ST_ENTRY, N_("Username:"), P_OFFSETNL(hex_net_proxy_user), 0, 0, sizeof prefs.hex_net_proxy_user}, {ST_ENTRY, N_("Password:"), P_OFFSETNL(hex_net_proxy_pass), 0, GINT_TO_POINTER(1), sizeof prefs.hex_net_proxy_pass}, |