summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-11-26 22:07:54 +0000
committerJeremy Katz <katzj@redhat.com>2002-11-26 22:07:54 +0000
commit680a1010bcc30fac25a429a520566e0cbd14ee3f (patch)
tree579b3501bfa098f383f3f2bfffce0f6179cf20a7
parentf8c77cb5217900ddde88110622afb026725a8b8d (diff)
downloadanaconda-680a1010bcc30fac25a429a520566e0cbd14ee3f.tar.gz
anaconda-680a1010bcc30fac25a429a520566e0cbd14ee3f.tar.xz
anaconda-680a1010bcc30fac25a429a520566e0cbd14ee3f.zip
we don't need this twice
-rw-r--r--rescue.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/rescue.py b/rescue.py
index b32b94ddc..33084c626 100644
--- a/rescue.py
+++ b/rescue.py
@@ -26,9 +26,6 @@ from rhpl.log import log
from rhpl.translate import _
class RescueInterface:
- def progressWindow(self, title, text, total):
- return ProgressWindow(self.screen, title, text, total)
-
def waitWindow(self, title, text):
return WaitWindow(self.screen, title, text)