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/timezone_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/timezone_gui.py')
-rw-r--r-- | iw/timezone_gui.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/iw/timezone_gui.py b/iw/timezone_gui.py index 75528be49..5deea8c75 100644 --- a/iw/timezone_gui.py +++ b/iw/timezone_gui.py @@ -59,7 +59,6 @@ class TimezoneWindow(InstallWindow): ics.setTitle(_("Time Zone Selection")) ics.setNextEnabled(1) - ics.readHTML("timezone") def custom_widget_handler(self, xml, function_name, widget_name, str1, str2, int1, int2): |