From: Ronny Strutz Date: Tue, 15 Nov 2005 15:04:56 +0000 (+0000) Subject: remove lastservice X-Git-Tag: 2.6.0~5183 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/869b9f295dd30cc7b60603a9f68bf8db375f5a1d remove lastservice --- 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() -