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/iw_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/iw_gui.py')
-rw-r--r-- | iw/iw_gui.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/iw/iw_gui.py b/iw/iw_gui.py index b4dc4e280..41d3eb9e8 100644 --- a/iw/iw_gui.py +++ b/iw/iw_gui.py @@ -15,15 +15,11 @@ from rhpl.translate import _ class InstallWindow: - htmlTag = None windowTitle = None def __init__ (self,ics): self.ics = ics - if self.htmlTag: - ics.readHTML (self.htmlTag) - if self.windowTitle: ics.setTitle (_(self.windowTitle)) |