From: Ronny Strutz Date: Wed, 31 Aug 2005 01:15:39 +0000 (+0000) Subject: removed avswitch X-Git-Tag: 2.6.0~5676 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/4b5a0faa829b2e23dcc7a607109f289eea1588a6?hp=bc7774d93d62c8c63ffc37af68df9f3b7b0c4c54 removed avswitch --- diff --git a/lib/python/Components/SetupDevices.py b/lib/python/Components/SetupDevices.py index c8c05f4e..16118cad 100644 --- a/lib/python/Components/SetupDevices.py +++ b/lib/python/Components/SetupDevices.py @@ -12,13 +12,13 @@ def InitSetupDevices(): config.rc = ConfigSubsection(); config.rc.map = configElement("", configBoolean, 0, ("Default", "Classic") ); - config.av = ConfigSubsection(); - config.av.colorformat = configElement("", configBoolean, 1, ("CVBS", "RGB", "S-Video") ); - config.av.aspectratio = configElement("", configBoolean, 0, ("4:3 Letterbox", "4:3 PanScan", "16:9", "16:9 always") ); - config.av.tvsystem = configElement("", configBoolean, 0, ("PAL", "PAL + PAL60", "Multi", "NTSC") ); - config.av.wss = configElement("", configBoolean, 0, ("Enable", "Disable") ); - config.av.defaultac3 = configElement("", configBoolean, 1, ("Enable", "Disable") ); - config.av.vcrswitch = configElement("", configBoolean, 0, ("Enable", "Disable") ); +# config.av = ConfigSubsection(); +# config.av.colorformat = configElement("", configBoolean, 1, ("CVBS", "RGB", "S-Video") ); +# config.av.aspectratio = configElement("", configBoolean, 0, ("4:3 Letterbox", "4:3 PanScan", "16:9", "16:9 always") ); +# config.av.tvsystem = configElement("", configBoolean, 0, ("PAL", "PAL + PAL60", "Multi", "NTSC") ); +# config.av.wss = configElement("", configBoolean, 0, ("Enable", "Disable") ); +# config.av.defaultac3 = configElement("", configBoolean, 1, ("Enable", "Disable") ); +# config.av.vcrswitch = configElement("", configBoolean, 0, ("Enable", "Disable") ); config.rfmod = ConfigSubsection(); config.rfmod.enable = configElement("", configBoolean, 1, ("Enable", "Disable") );