X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/0528c4567801f2ca68168d3f9a9d3771ca2eec5c..6ea64f6225d623a23fee4d16965111e26ee74ffa:/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...