From: Ronny Strutz Date: Sat, 3 Sep 2005 00:03:03 +0000 (+0000) Subject: removed rfmod X-Git-Tag: 2.6.0~5578 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/37414fb7e205a816e06ccbe6c31a3c5677b81b12 removed rfmod --- diff --git a/lib/python/Components/SetupDevices.py b/lib/python/Components/SetupDevices.py index 8cdf0a69..962102b7 100644 --- a/lib/python/Components/SetupDevices.py +++ b/lib/python/Components/SetupDevices.py @@ -26,14 +26,6 @@ def InitSetupDevices(): config.rc = ConfigSubsection(); config.rc.map = configElement("config.rc.map", configBoolean, 0, ("Default", "Classic") ); - #config.rfmod = ConfigSubsection(); - #config.rfmod.enable = configElement("config.rfmod.enable", configBoolean, 1, ("Enable", "Disable") ); - #config.rfmod.test = configElement("config.rfmod.test", configBoolean, 1, ("Enable", "Disable") ); - #config.rfmod.sound = configElement("config.rfmod.sound", configBoolean, 0, ("Enable", "Disable") ); - #config.rfmod.soundcarrier = configElement("config.rfmod.soundcarrier", configBoolean, 1, ("4.5 MHz", "5.5 MHz", "6.0 MHz", "6.5 MHz") ); - #config.rfmod.channel = configElement("config.rfmod.channel", configBoolean, 6, ("30", "31", "32", "33", "34", "35", "36", "37", "38", "39") ); - #config.rfmod.finetune = configElement("config.rfmod.finetune", ConfigSlider, 5, ""); - config.keyboard = ConfigSubsection(); config.keyboard.keymap = configElement("config.keyboard.keymap", configBoolean, 1, ("English", "German") );