diff options
Diffstat (limited to 'plugin/apcups.php')
-rw-r--r-- | plugin/apcups.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/apcups.php b/plugin/apcups.php index 07498f0..faa586e 100644 --- a/plugin/apcups.php +++ b/plugin/apcups.php | |||
@@ -18,8 +18,6 @@ require_once 'inc/collectd.inc.php'; | |||
18 | # apcups/voltage-output.rrd | 18 | # apcups/voltage-output.rrd |
19 | 19 | ||
20 | $obj = new Type_Default($CONFIG); | 20 | $obj = new Type_Default($CONFIG); |
21 | $obj->width = $width; | ||
22 | $obj->heigth = $heigth; | ||
23 | 21 | ||
24 | switch($obj->args['type']) { | 22 | switch($obj->args['type']) { |
25 | case 'charge': | 23 | case 'charge': |