no need to define skin in skin_default.xml and .py files
[enigma2.git] / lib / python / Screens / ImageWizard.py
index ad0640cf95834b566a8dd4693b18ccdd2409b82a..faf6120bfae5482f20393e0c6bc5cf89d525a84b 100644 (file)
@@ -19,18 +19,10 @@ else:
        backupAvailable = 1
 
 class ImageWizard(Wizard):
-       skin = """
-               <screen position="0,0" size="720,576" title="Welcome..." flags="wfNoBorder">
-                       <widget name="text" position="50,100" size="440,250" font="Regular;22" />
-                       <widget name="list" position="50,350" zPosition="1" size="440,200" />
-                       <widget name="config" position="50,350" zPosition="1" size="440,200" transparent="1" scrollbarMode="showOnDemand" />
-               </screen>"""
-       
        def __init__(self, session):
                self.xmlfile = "imagewizard.xml"
-               
                Wizard.__init__(self, session, showSteps=False, showStepSlider=False, showList=True, showConfig=True)
-               
+
        def markDone(self):
                pass