summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-02-23 13:14:27 -0600
committerDavid Lehman <dlehman@redhat.com>2009-02-23 13:14:27 -0600
commitb2dedb483bd9514cce023c284463d18fc0f7b612 (patch)
treeef1288cfe1edb18b273f24385a03f91dcb584c5a /text.py
parente1a7fe9887886044b07587b3ec2caa2ff53ebfb2 (diff)
downloadanaconda-b2dedb483bd9514cce023c284463d18fc0f7b612.tar.gz
anaconda-b2dedb483bd9514cce023c284463d18fc0f7b612.tar.xz
anaconda-b2dedb483bd9514cce023c284463d18fc0f7b612.zip
Update UI code to use new storage module.
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 e518e84f5..b91504056 100644
--- a/text.py
+++ b/text.py
@@ -629,10 +629,6 @@ class InstallInterface:
# draw the frame after setting up the fallback
self.drawFrame()
- anaconda.id.fsset.registerMessageWindow(self.messageWindow)
- anaconda.id.fsset.registerProgressWindow(self.progressWindow)
- anaconda.id.fsset.registerWaitWindow(self.waitWindow)
-
lastrc = INSTALL_OK
(step, instance) = anaconda.dispatch.currentStep()
while step: