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/irq.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin/irq.php') diff --git a/plugin/irq.php b/plugin/irq.php index 406b707..e4e32f6 100644 --- a/plugin/irq.php +++ b/plugin/irq.php @@ -11,8 +11,6 @@ require_once 'inc/collectd.inc.php'; # irq/irq-XX.rrd $obj = new Type_GenericStacked($CONFIG); -$obj->width = $width; -$obj->heigth = $heigth; $obj->rrd_title = 'Interrupts'; $obj->rrd_vertical = 'IRQs/s'; -- cgit v1.1