small optimizations and cleanups by Moritz Venn
[enigma2.git] / lib / python / Screens / SubtitleDisplay.py
index 80d3bd262dbc24f16ad0f01b0e350f8fac0a2e94..13ece59a57f9d9c564e5b12ebfe53551c0c5705a 100644 (file)
@@ -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...