diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-10-20 13:59:01 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-10-20 13:59:01 +0000 |
| commit | a6a6ad4a03998c6dd499ab4ca6f3fd969ef260b0 (patch) | |
| tree | ab950f1bbfb54e232bef4ff397f58c3fb1b017fb /lib/python | |
| parent | 630c06f1073b997e7e87e90dc2c5862b48f7b3ff (diff) | |
| download | enigma2-a6a6ad4a03998c6dd499ab4ca6f3fd969ef260b0.tar.gz enigma2-a6a6ad4a03998c6dd499ab4ca6f3fd969ef260b0.zip | |
remove unneeded del...
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/TimerSanityCheck.py | 1 |
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]: |
