From a2814f6a4b46a5d9e86146c837ae11343dde4ea7 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Mon, 13 May 2013 20:41:14 +0200 Subject: move width/heigth from plugins to type __construct --- plugin/libvirt.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin/libvirt.php') diff --git a/plugin/libvirt.php b/plugin/libvirt.php index 004eb26..1cc05c2 100644 --- a/plugin/libvirt.php +++ b/plugin/libvirt.php @@ -130,8 +130,6 @@ switch($obj->args['type']) { break; } -$obj->width = $width; -$obj->heigth = $heigth; $obj->rrd_format = '%5.1lf%s'; if ($CONFIG['version'] < 5 && count($obj->data_sources) == 1) { -- cgit v1.1