diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-08-31 01:15:39 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-08-31 01:15:39 +0000 |
| commit | 4b5a0faa829b2e23dcc7a607109f289eea1588a6 (patch) | |
| tree | 72d14f3921f8228d198ba5d49fc3af30e3b86020 /lib/python/Components | |
| parent | bc7774d93d62c8c63ffc37af68df9f3b7b0c4c54 (diff) | |
| download | enigma2-4b5a0faa829b2e23dcc7a607109f289eea1588a6.tar.gz enigma2-4b5a0faa829b2e23dcc7a607109f289eea1588a6.zip | |
removed avswitch
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/SetupDevices.py | 14 |
1 files changed, 7 insertions, 7 deletions
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") ); |
