X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/0528c4567801f2ca68168d3f9a9d3771ca2eec5c..5e214d181d1590e0002eabdc6f8395cd6ddde2a7:/lib/python/Screens/SubtitleDisplay.py diff --git a/lib/python/Screens/SubtitleDisplay.py b/lib/python/Screens/SubtitleDisplay.py index 80d3bd26..13ece59a 100644 --- a/lib/python/Screens/SubtitleDisplay.py +++ b/lib/python/Screens/SubtitleDisplay.py @@ -1,7 +1,6 @@ from Screens.Screen import Screen class SubtitleDisplay(Screen): - def __init__(self, session): - Screen.__init__(self, session) - + pass + # not really much to do...