git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
710b3ea
)
remove unneeded variables
author
thedoc
<thedoc@atom.(none)>
Thu, 10 Dec 2009 16:27:34 +0000
(17:27 +0100)
committer
thedoc
<thedoc@atom.(none)>
Thu, 10 Dec 2009 16:27:34 +0000
(17:27 +0100)
lib/python/Components/FanControl.py
patch
|
blob
|
history
diff --git
a/lib/python/Components/FanControl.py
b/lib/python/Components/FanControl.py
index 7a402272473317b1a471c7300d8886e1d3bb637d..cc133ac0a7bb4015f15b1e5199ed3a46520d751b 100644
(file)
--- 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))