- add positioner plugin (just basic gui atm)
[enigma2.git] / lib / python / Components / GUISkin.py
index cf8e1894bf50b8dde0a9cfe201c6183adbd1bde2..f97dd8bd9809dbf6f02034be68f0da1d2a193782 100644 (file)
@@ -25,8 +25,6 @@ class GUISkin:
                        else:
                                f()
 
-
-
        def deleteGUIScreen(self):
                for (name, val) in self.items():
                        if isinstance(val, GUIComponent):