diff options
Diffstat (limited to 'plugin/cpufreq.php')
-rw-r--r-- | plugin/cpufreq.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/cpufreq.php b/plugin/cpufreq.php index ef2162b..0ecc9a3 100644 --- a/plugin/cpufreq.php +++ b/plugin/cpufreq.php | |||
@@ -13,7 +13,6 @@ $obj = new Type_Default($CONFIG); | |||
13 | $obj->data_sources = array('value'); | 13 | $obj->data_sources = array('value'); |
14 | $obj->width = $width; | 14 | $obj->width = $width; |
15 | $obj->heigth = $heigth; | 15 | $obj->heigth = $heigth; |
16 | $obj->generate_colors(); | ||
17 | $obj->rrd_title = 'CPU frequency scaling'; | 16 | $obj->rrd_title = 'CPU frequency scaling'; |
18 | $obj->rrd_vertical = 'Mhz'; | 17 | $obj->rrd_vertical = 'Mhz'; |
19 | $obj->rrd_format = '%5.1lf%s'; | 18 | $obj->rrd_format = '%5.1lf%s'; |