X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/00baaebc6c9a408dcde721da3fed8b03a90fd28e..df7d9f3578c68b22c95ab9daa23bd0fa168f6d11:/lib/python/Components/GUISkin.py?ds=inline diff --git a/lib/python/Components/GUISkin.py b/lib/python/Components/GUISkin.py index cf8e1894..f97dd8bd 100644 --- a/lib/python/Components/GUISkin.py +++ b/lib/python/Components/GUISkin.py @@ -25,8 +25,6 @@ class GUISkin: else: f() - - def deleteGUIScreen(self): for (name, val) in self.items(): if isinstance(val, GUIComponent):