aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.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/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.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/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py')
-rw-r--r--lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py b/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py
index e41ecaf2..367b27f0 100644
--- a/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py
+++ b/lib/python/Plugins/Extensions/GraphMultiEPG/GraphMultiEpg.py
@@ -7,7 +7,6 @@ from Components.HTMLComponent import HTMLComponent
from Components.GUIComponent import GUIComponent
from Components.EpgList import Rect
from Components.Sources.Event import Event
-from Components.Sources.Source import ObsoleteSource
from Components.MultiContent import MultiContentEntryText, MultiContentEntryPixmapAlphaTest
from Screens.Screen import Screen
from Screens.EventView import EventViewSimple
@@ -347,7 +346,6 @@ class GraphMultiEPG(Screen):
self["key_green"] = Button(_("Add timer"))
self["timeline_text"] = TimelineText()
self["Event"] = Event()
- self["Clock"] = ObsoleteSource(new_source = "global.CurrentTime", removal_date = "2008-01")
self.time_lines = [ ]
for x in (0,1,2,3,4,5):
pm = Pixmap()