aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorthedoc <thedoc@atom.(none)>2009-12-10 17:27:34 +0100
committerthedoc <thedoc@atom.(none)>2009-12-10 17:27:34 +0100
commit9d1fc274f19c85ef8b1cf143bca2ff0ef5218b86 (patch)
tree15441344666c62da39a4a1379d3cbf2b633884e9 /lib/python/Components
parent710b3ea19993c9fc15e38a57101494eb962c606c (diff)
downloadenigma2-9d1fc274f19c85ef8b1cf143bca2ff0ef5218b86.tar.gz
enigma2-9d1fc274f19c85ef8b1cf143bca2ff0ef5218b86.zip
remove unneeded variables
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/FanControl.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Components/FanControl.py b/lib/python/Components/FanControl.py
index 7a402272..cc133ac0 100644
--- a/lib/python/Components/FanControl.py
+++ b/lib/python/Components/FanControl.py
@@ -20,8 +20,6 @@ class FanControl:
config.fans = ConfigSubList()
for fanid in range(self.getFanCount()):
- default_vlt = self.getVoltage(fanid)
- default_pwm = self.getPWM(fanid)
fan = ConfigSubsection()
fan.vlt = ConfigSlider(default = 16, increment = 5, limits = (0, 255))
fan.pwm = ConfigSlider(default = 0, increment = 5, limits = (0, 255))