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/nfs.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin/nfs.php') diff --git a/plugin/nfs.php b/plugin/nfs.php index b9bc78e..9ae9196 100644 --- a/plugin/nfs.php +++ b/plugin/nfs.php @@ -24,8 +24,6 @@ switch($obj->args['pinstance']) { break; } -$obj->width = $width; -$obj->heigth = $heigth; $obj->rrd_title = sprintf('NFS-%s Procedures', $obj->args['pinstance']); $obj->rrd_vertical = 'Procedures'; -- cgit v1.1