aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-08-31 01:15:39 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-08-31 01:15:39 +0000
commit4b5a0faa829b2e23dcc7a607109f289eea1588a6 (patch)
tree72d14f3921f8228d198ba5d49fc3af30e3b86020 /lib/python/Components
parentbc7774d93d62c8c63ffc37af68df9f3b7b0c4c54 (diff)
downloadenigma2-4b5a0faa829b2e23dcc7a607109f289eea1588a6.tar.gz
enigma2-4b5a0faa829b2e23dcc7a607109f289eea1588a6.zip
removed avswitch
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/SetupDevices.py14
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") );