many info handling changes (nownext/multi/single epg)
[enigma2.git] / lib / python / Components / UsageConfig.py
index 779f5cf37a75216161a181c428087af1427de94f..d51b512ab67d8f571f3cac572db26300c78d70f4 100644 (file)
@@ -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"))) )