summaryrefslogtreecommitdiffstats
path: root/text.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 /text.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 'text.py')
-rw-r--r--text.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/text.py b/text.py
index 310239358..fd9392eb8 100644
--- a/text.py
+++ b/text.py
@@ -68,13 +68,9 @@ stepToClasses = {
"package-selection" : ("packages_text", "PackageGroupWindow"),
"indivpackage" : ("packages_text", ("IndividualPackageWindow")),
"dependencies" : ("packages_text", "PackageDepWindow"),
- "videocard" : ("xconfig_text", "XConfigWindowCard"),
- "monitor" : ("xconfig_text", "MonitorWindow"),
- "xcustom" : ("xconfig_text", "XCustomWindow"),
"confirminstall" : ("confirm_text", "BeginInstallWindow"),
"confirmupgrade" : ("confirm_text", "BeginUpgradeWindow"),
"install" : ("progress_text", "setupForInstall"),
- "bootdisk" : ("bootdisk_text", ("BootDiskWindow")),
"complete" : ("complete_text", "FinishedWindow"),
}