From: Felix Domke Date: Sat, 17 Dec 2005 02:54:34 +0000 (+0000) Subject: remove workaround X-Git-Tag: 2.6.0~4685 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/654f9ddcbd850acbd23cb0b568632268cfd26f22 remove workaround --- 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 = []