From 4347756c56a155ffe3c0ad61c74b385fdad923b4 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 18 Apr 2008 19:06:21 +0000 Subject: no need to define skin in skin_default.xml and .py files --- lib/python/Screens/StartWizard.py | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'lib/python/Screens/StartWizard.py') diff --git a/lib/python/Screens/StartWizard.py b/lib/python/Screens/StartWizard.py index aff6e742..7f64624e 100644 --- a/lib/python/Screens/StartWizard.py +++ b/lib/python/Screens/StartWizard.py @@ -11,27 +11,8 @@ config.misc.firstrun = ConfigBoolean(default = True) config.misc.languageselected = ConfigBoolean(default = True) class StartWizard(WizardLanguage): - skin = """ - - - - - - - - - - - - - - - """ - def __init__(self, session): - self.skin = StartWizard.skin self.xmlfile = "startwizard.xml" - WizardLanguage.__init__(self, session, showSteps = False) self["wizard"] = Pixmap() self["rc"] = MovingPixmap() -- cgit v1.2.3