diff options
author | Chris Lumens <clumens@redhat.com> | 2006-05-16 16:01:32 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2006-05-16 16:01:32 +0000 |
commit | fd56e446dba2a7abbd09981ecdcf63098fb46fd7 (patch) | |
tree | 52b21730aedff8286961c3c8cbcfd4c558c11768 /iw/partition_gui.py | |
parent | 46d4b5a1a19b3fcd72826ec36906e2402569eb73 (diff) | |
download | anaconda-fd56e446dba2a7abbd09981ecdcf63098fb46fd7.tar.gz anaconda-fd56e446dba2a7abbd09981ecdcf63098fb46fd7.tar.xz anaconda-fd56e446dba2a7abbd09981ecdcf63098fb46fd7.zip |
Remove help-related methods, classes, and variables since that stuff has
been disabled for months and it's never coming back. Also remove this
stuff from the glade file as well.
Diffstat (limited to 'iw/partition_gui.py')
-rw-r--r-- | iw/partition_gui.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/iw/partition_gui.py b/iw/partition_gui.py index 24f54cc66..ff9cd500f 100644 --- a/iw/partition_gui.py +++ b/iw/partition_gui.py @@ -541,7 +541,6 @@ class PartitionWindow(InstallWindow): InstallWindow.__init__(self, ics) ics.setTitle(_("Partitioning")) ics.setNextEnabled(True) - ics.readHTML("partition") self.parent = ics.getICW().window def quit(self): |