aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-11-15 16:50:37 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-11-15 16:50:37 +0000
commita759137c52904daf4d707ca82930595ad0b13f8a (patch)
tree7650446e2886de306bb9e081f732f075190a017e /lib/python
parentdd6b0a6724db3e2533c5858beb49523f713fe8a7 (diff)
downloadenigma2-a759137c52904daf4d707ca82930595ad0b13f8a.tar.gz
enigma2-a759137c52904daf4d707ca82930595ad0b13f8a.zip
remove dead code
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/config.py3
1 files changed, 0 insertions, 3 deletions
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)