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/bind.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin/bind.php') diff --git a/plugin/bind.php b/plugin/bind.php index 0eb0a0d..e6d562c 100644 --- a/plugin/bind.php +++ b/plugin/bind.php @@ -8,8 +8,6 @@ require_once 'inc/collectd.inc.php'; $obj = new Type_GenericStacked($CONFIG); -$obj->width = $width; -$obj->heigth = $heigth; $obj->rrd_title = sprintf('%s/%s', $obj->args['pinstance'], $obj->args['type']); $obj->rrd_format = '%5.1lf%s'; -- cgit v1.1