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/md.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin/md.php') diff --git a/plugin/md.php b/plugin/md.php index abbf963..56df8a3 100644 --- a/plugin/md.php +++ b/plugin/md.php @@ -14,8 +14,6 @@ $obj = new Type_Default($CONFIG); $obj->ds_names = array( 'value' => 'Value', ); -$obj->width = $width; -$obj->heigth = $heigth; $obj->rrd_title = sprintf('Disks (md-%s)', $obj->args['pinstance']); $obj->rrd_vertical = '#'; $obj->rrd_format = '%2.0lf'; -- cgit v1.1