diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-15 15:04:56 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-15 15:04:56 +0000 |
| commit | 869b9f295dd30cc7b60603a9f68bf8db375f5a1d (patch) | |
| tree | d98566e6cf13f3ac459e1e3517a44d8735169383 /lib/python/Components/SetupDevices.py | |
| parent | 0b2f8b048708956fa9dcaf3c96e715faf406398a (diff) | |
| download | enigma2-869b9f295dd30cc7b60603a9f68bf8db375f5a1d.tar.gz enigma2-869b9f295dd30cc7b60603a9f68bf8db375f5a1d.zip | |
remove lastservice
Diffstat (limited to 'lib/python/Components/SetupDevices.py')
| -rw-r--r-- | lib/python/Components/SetupDevices.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/python/Components/SetupDevices.py b/lib/python/Components/SetupDevices.py index 3161f125..cb2badb0 100644 --- a/lib/python/Components/SetupDevices.py +++ b/lib/python/Components/SetupDevices.py @@ -33,11 +33,3 @@ def InitSetupDevices(): config.expert.skipconfirm = configElement("config.expert.skipconfirm", configSelection, 1, ("Enable", "Disable") ); config.expert.hideerrors = configElement("config.expert.hideerrors", configSelection, 1, ("Enable", "Disable") ); config.expert.autoinfo = configElement("config.expert.autoinfo", configSelection, 1, ("Enable", "Disable") ); - - #here? - config.tv = ConfigSubsection(); - config.tv.lastservice = configElement("config.tv.lastservice", configText, "", 0); - - config.tv.lastservice.value = "blasel" - config.tv.lastservice.save() - |
