X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FPVRState.py;h=891379ca8a8578eb054ee9daab7e7b5550eba4b2;hb=9fba96095af3d4a6b1b596893f4e005dc0b6f16d;hp=051d6288226ae2b1b4519e36a29c03c35a9709a9;hpb=ab5217c2155e480f54fb7762b9362772beda9775;p=vuplus_dvbapp diff --git a/lib/python/Screens/PVRState.py b/lib/python/Screens/PVRState.py index 051d628..891379c 100644 --- a/lib/python/Screens/PVRState.py +++ b/lib/python/Screens/PVRState.py @@ -1,18 +1,12 @@ from Screen import Screen from Components.Label import Label -from Components.ServicePosition import ServicePosition - -from enigma import * class PVRState(Screen): def __init__(self, session): Screen.__init__(self, session) - self["state"] = Label(text="") class TimeshiftState(PVRState): - def __init__(self, session): - PVRState.__init__(self, session) - - self["timeshift"] = ServicePosition(self.session.nav, ServicePosition.TYPE_RELATIVE) + pass +