aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Standby.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-04-14 11:31:34 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-04-14 11:31:34 +0000
commitefc5aca651306518e6f21a6bd7cbfa1928821b60 (patch)
tree7bf20fee1b90414f8382711d7569b694196b53c1 /lib/python/Screens/Standby.py
parenta6709e2aea03a671e45b6b46a8d406de4b6daab1 (diff)
downloadenigma2-efc5aca651306518e6f21a6bd7cbfa1928821b60.tar.gz
enigma2-efc5aca651306518e6f21a6bd7cbfa1928821b60.zip
remove deprecated code (deprecation date was 2008-01 and 2008-02)
Diffstat (limited to 'lib/python/Screens/Standby.py')
-rw-r--r--lib/python/Screens/Standby.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Screens/Standby.py b/lib/python/Screens/Standby.py
index b8af16f5..4cda9d19 100644
--- a/lib/python/Screens/Standby.py
+++ b/lib/python/Screens/Standby.py
@@ -3,7 +3,6 @@ from Components.ActionMap import ActionMap
from Components.config import config
from Components.AVSwitch import AVSwitch
from enigma import eDVBVolumecontrol
-from Components.Sources.Source import ObsoleteSource
inStandby = None
@@ -83,7 +82,6 @@ class StandbySummary(Screen):
def __init__(self, session, parent):
Screen.__init__(self, session)
- self["CurrentTime"] = ObsoleteSource(new_source = "global.CurrentTime", removal_date = "2008-01")
from enigma import quitMainloop, iRecordableService
from Screens.MessageBox import MessageBox