aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-20 13:59:01 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-20 13:59:01 +0000
commita6a6ad4a03998c6dd499ab4ca6f3fd969ef260b0 (patch)
treeab950f1bbfb54e232bef4ff397f58c3fb1b017fb /lib/python/Components
parent630c06f1073b997e7e87e90dc2c5862b48f7b3ff (diff)
downloadenigma2-a6a6ad4a03998c6dd499ab4ca6f3fd969ef260b0.tar.gz
enigma2-a6a6ad4a03998c6dd499ab4ca6f3fd969ef260b0.zip
remove unneeded del...
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/TimerSanityCheck.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Components/TimerSanityCheck.py b/lib/python/Components/TimerSanityCheck.py
index 43885522..5fa21308 100644
--- a/lib/python/Components/TimerSanityCheck.py
+++ b/lib/python/Components/TimerSanityCheck.py
@@ -177,7 +177,6 @@ class TimerSanityCheck:
ConflictTimer = timer
ConflictTunerType = tunerType
ConflictSlot = tunerSlot
- del feinfo
elif event[2] == self.eflag:
for fakeRec in fakeRecList:
if timer == fakeRec[0]: