diff options
| author | thedoc <thedoc@atom.(none)> | 2009-12-10 17:27:34 +0100 |
|---|---|---|
| committer | thedoc <thedoc@atom.(none)> | 2009-12-10 17:27:34 +0100 |
| commit | 9d1fc274f19c85ef8b1cf143bca2ff0ef5218b86 (patch) | |
| tree | 15441344666c62da39a4a1379d3cbf2b633884e9 | |
| parent | 710b3ea19993c9fc15e38a57101494eb962c606c (diff) | |
| download | enigma2-9d1fc274f19c85ef8b1cf143bca2ff0ef5218b86.tar.gz enigma2-9d1fc274f19c85ef8b1cf143bca2ff0ef5218b86.zip | |
remove unneeded variables
| -rw-r--r-- | lib/python/Components/FanControl.py | 2 |
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)) |
