summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-09-12 20:51:40 +0000
committerJeremy Katz <katzj@redhat.com>2005-09-12 20:51:40 +0000
commit29652eef53cec2fc6e8d13917af5f2f1110499b3 (patch)
tree28f7ceaa9eecb1bc032c8295413285724d15909c /gui.py
parent34c57e41de3f5e1929a93f57033a727b4c28bc6b (diff)
downloadanaconda-29652eef53cec2fc6e8d13917af5f2f1110499b3.tar.gz
anaconda-29652eef53cec2fc6e8d13917af5f2f1110499b3.tar.xz
anaconda-29652eef53cec2fc6e8d13917af5f2f1110499b3.zip
2005-09-12 Jeremy Katz <katzj@redhat.com>
* installclass.py (BaseInstallClass.setSteps): Nuke some dead steps. * dispatch.py (installSteps): Likewise. * gui.py (stepToClass): Likewise. * text.py (stepToClass): Likewise.
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/gui.py b/gui.py
index a1e3774ef..f5e739001 100755
--- a/gui.py
+++ b/gui.py
@@ -71,14 +71,9 @@ stepToClass = {
"package-selection" : ("package_gui", "PackageSelectionWindow"),
"indivpackage" : ("package_gui", "IndividualPackageSelectionWindow"),
"dependencies" : ("dependencies_gui", "UnresolvedDependenciesWindow"),
- "videocard" : ("xconfig_gui", "XConfigWindow"),
- "monitor" : ("xconfig_gui", "MonitorWindow"),
- "xcustom" : ("xconfig_gui", "XCustomWindow"),
"confirminstall" : ("confirm_gui", "InstallConfirmWindow"),
"confirmupgrade" : ("confirm_gui", "UpgradeConfirmWindow"),
- "finishxconfig" : None,
"install" : ("progress_gui", "InstallProgressWindow_NEW"),
- "bootdisk" : ("bootdisk_gui", "BootdiskWindow"),
"complete" : ("congrats_gui", "CongratulationWindow"),
}