aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Wizard.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/Wizard.py')
-rw-r--r--lib/python/Screens/Wizard.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/python/Screens/Wizard.py b/lib/python/Screens/Wizard.py
index d652ec21..610dd295 100644
--- a/lib/python/Screens/Wizard.py
+++ b/lib/python/Screens/Wizard.py
@@ -107,11 +107,6 @@ class Wizard(Screen, HelpableScreen):
"9": self.keyNumberGlobal,
"0": self.keyNumberGlobal
}, -1)
-
- #self["actions"] = HelpableActionMap(self, "OkCancelActions",
- #{
- #"ok": (self.ok, _("Close this Screen...")),
- #})
def back(self):
self.currStep -= 1