From 654f9ddcbd850acbd23cb0b568632268cfd26f22 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sat, 17 Dec 2005 02:54:34 +0000 Subject: [PATCH] remove workaround --- lib/python/Screens/Wizard.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/python/Screens/Wizard.py b/lib/python/Screens/Wizard.py index 01797267..10bb9f50 100644 --- a/lib/python/Screens/Wizard.py +++ b/lib/python/Screens/Wizard.py @@ -81,7 +81,6 @@ class Wizard(Screen, HelpableScreen): self["list"] = MenuList(self.list) self.onShown.append(self.updateValues) - self.onClose.append(self.delReferences) self["actions"] = NumberActionMap(["WizardActions", "NumberActions"], { @@ -213,9 +212,6 @@ class Wizard(Screen, HelpableScreen): self.currStep += 1 self.updateValues() - def delReferences(self): - del self.configInstance - class WizardManager: def __init__(self): self.wizards = [] -- 2.30.2