network: Remove setting of unused configuration key

This commit is contained in:
Bastien Nocera 2012-10-18 09:45:06 +02:00
parent 43f33b1387
commit 3fd861b3f0

View file

@ -322,12 +322,6 @@ net_proxy_init (NetProxy *proxy)
G_CALLBACK (settings_changed_cb),
proxy);
/* explicitly set this to false as the panel has no way of
* linking the http and https proxies them together */
g_settings_set_boolean (proxy->priv->settings,
"use-same-proxy",
FALSE);
/* actions */
value = g_settings_get_enum (proxy->priv->settings, "mode");
widget = GTK_WIDGET (gtk_builder_get_object (proxy->priv->builder,