From 9bfa0ff587586c3bfe761200ca9fd890081024d4 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 25 Jan 2006 16:15:44 +0000 Subject: many info handling changes (nownext/multi/single epg) --- lib/python/Components/UsageConfig.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/python/Components/UsageConfig.py') diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py index 779f5cf3..d51b512a 100644 --- a/lib/python/Components/UsageConfig.py +++ b/lib/python/Components/UsageConfig.py @@ -4,7 +4,6 @@ from enigma import * def InitUsageConfig(): config.usage = ConfigSubsection(); - config.usage.epgtoggle = configElement("config.usage.epgtoggle", configSelection, 1, (("yes", _("yes")), ("no", _("no"))) ) config.usage.showdish = configElement("config.usage.showdish", configSelection, 1, (("yes", _("yes")), ("no", _("no"))) ) config.usage.multibouquet = configElement("config.usage.multibouquet", configSelection, 1, (("yes", _("yes")), ("no", _("no"))) ) -- cgit v1.2.3