summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-02-16 19:32:01 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-02-16 19:32:01 +0000
commitd4796e6acc537ef73b2cff75f1a92567dd7ebe32 (patch)
tree1708f4c06e40b8bf375ba1d7f5739fef853678f1 /iw
parentf84a9c7f85afe89239954897ea5c453192f0bbd3 (diff)
downloadanaconda-d4796e6acc537ef73b2cff75f1a92567dd7ebe32.tar.gz
anaconda-d4796e6acc537ef73b2cff75f1a92567dd7ebe32.tar.xz
anaconda-d4796e6acc537ef73b2cff75f1a92567dd7ebe32.zip
* iw/network_gui.py (NetworkWindow): Remove obsolete code.
Diffstat (limited to 'iw')
-rw-r--r--iw/network_gui.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/iw/network_gui.py b/iw/network_gui.py
index f5b2754e8..7a384358d 100644
--- a/iw/network_gui.py
+++ b/iw/network_gui.py
@@ -115,13 +115,6 @@ class NetworkWindow(InstallWindow):
return None
- def onBootToggled(self, widget, dev):
- if widget.get_active():
- onboot = "yes"
- else:
- onboot = "no"
- dev.set(("ONBOOT", onboot))
-
def setHostOptionsSensitivity(self):
# figure out if they have overridden using dhcp for hostname
if self.anyUsingDHCP():