summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-03-24 11:57:52 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-03-24 15:11:21 -1000
commit8dc2ccdf97adb9a9b16bf54dd27dd5ad7829d81c (patch)
treee765cc00584dbefd90cc265bafa86575d7e76bce /iw
parent7603bfdd0838320328ed73c00dc278676803412c (diff)
downloadanaconda-8dc2ccdf97adb9a9b16bf54dd27dd5ad7829d81c.tar.gz
anaconda-8dc2ccdf97adb9a9b16bf54dd27dd5ad7829d81c.tar.xz
anaconda-8dc2ccdf97adb9a9b16bf54dd27dd5ad7829d81c.zip
Remove unused noformatCB() function.
Diffstat (limited to 'iw')
-rw-r--r--iw/partition_ui_helpers_gui.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/iw/partition_ui_helpers_gui.py b/iw/partition_ui_helpers_gui.py
index e6324f662..4c273f2c2 100644
--- a/iw/partition_ui_helpers_gui.py
+++ b/iw/partition_ui_helpers_gui.py
@@ -279,21 +279,13 @@ def formatMigrateOptionCB(widget, data):
setMntPtComboStateFromType(ofstype, mntptcombo)
-def noformatCB(widget, data):
- (combowidget, mntptcombo, ofstype) = data
- combowidget.set_sensitive(not widget.get_active())
-
- # inject event for fstype menu
- if widget.get_active():
- setMntPtComboStateFromType(ofstype, mntptcombo)
-
""" createPreExistFSOptionSection: given inputs for a preexisting partition,
create a section that will provide format and migrate options
Returns the value of row after packing into the maintable,
and a dictionary consistenting of:
- noformatcb - checkbutton for 'format as new fs'
+ formatcb - checkbutton for 'format as new fs'
fstype - part of format fstype menu
fstypeMenu - part of format fstype menu
migratecb - checkbutton for migrate fs