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/contextswitch.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin/contextswitch.php') diff --git a/plugin/contextswitch.php b/plugin/contextswitch.php index 701a3a7..45b5f30 100644 --- a/plugin/contextswitch.php +++ b/plugin/contextswitch.php @@ -17,8 +17,6 @@ $obj->ds_names = array( $obj->colors = array( 'value' => '0000f0', ); -$obj->width = $width; -$obj->heigth = $heigth; $obj->rrd_title = 'Context switches'; $obj->rrd_vertical = 'switch per second Bits'; $obj->rrd_format = '%4.0lf'; -- cgit v1.1