From: Felix Domke Date: Tue, 15 Nov 2005 16:50:37 +0000 (+0000) Subject: remove dead code X-Git-Tag: 2.6.0~5176 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/a759137c52904daf4d707ca82930595ad0b13f8a?ds=sidebyside remove dead code --- diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 19fdefee..4850ca35 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -44,9 +44,6 @@ class configFile: keys.sort() for x in keys: wstr = x + "=" + self.configElements[x] + "\n" - - if wstr[len(wstr) - 1] != '\n': - wstr = wstr + "\n" fileHandle.write(wstr)