summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-11-30 14:02:34 -0500
committerBill Nottingham <notting@redhat.com>2007-11-30 14:02:34 -0500
commit9097300fb10fd4dccf28b7da703927f7a6c1da47 (patch)
treeea5a5a1f7486ff817ad8f3f9f4c8e62be9b54ae2 /text.py
parentb5b454a1560e4070b77e9a5e92d28d34bd353c9a (diff)
downloadanaconda-9097300fb10fd4dccf28b7da703927f7a6c1da47.tar.gz
anaconda-9097300fb10fd4dccf28b7da703927f7a6c1da47.tar.xz
anaconda-9097300fb10fd4dccf28b7da703927f7a6c1da47.zip
remove dead code
Diffstat (limited to 'text.py')
-rw-r--r--text.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/text.py b/text.py
index b42517eef..f280cc163 100644
--- a/text.py
+++ b/text.py
@@ -460,19 +460,6 @@ class InstallInterface:
custom_buttons = [("_Reboot")],
custom_icon="error")
-
-
- def dumpWindow(self):
- rc = ButtonChoiceWindow(self.screen, _("Save Crash Dump"),
- _("Please insert a floppy now. All contents of the disk "
- "will be erased, so please choose your diskette carefully."),
- [TEXT_OK_BUTTON, _("Cancel")])
-
- if rc == string.lower(_("Cancel")):
- return 1
-
- return 0
-
def mainExceptionWindow(self, shortText, longTextFile):
log.critical(shortText)
exnWin = MainExceptionWindow(shortText, longTextFile, self.screen)