summaryrefslogtreecommitdiffstats
path: root/partIntfHelpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'partIntfHelpers.py')
-rw-r--r--partIntfHelpers.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/partIntfHelpers.py b/partIntfHelpers.py
index d7381901a..5463cf97b 100644
--- a/partIntfHelpers.py
+++ b/partIntfHelpers.py
@@ -406,10 +406,6 @@ def queryNoFormatPreExisting(intf):
"However, if this partition contains files that you need "
"to keep, such as a users home directories, then you should "
"continue without formatting this partition.")
-# "\n\nAre you sure you want to continue without formatting "
-# "the partition ?")
-
-# rc = intf.messageWindow(_("Format?"), txt, type = "yesno", default = "no")
rc = intf.messageWindow(_("Format?"), txt, type = "custom", custom_buttons=[_("Cancel"), _("Do _Not Format")], custom_icon="warning")
return rc