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/df.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin/df.php') diff --git a/plugin/df.php b/plugin/df.php index b5c7e73..16f5749 100644 --- a/plugin/df.php +++ b/plugin/df.php @@ -25,8 +25,6 @@ $obj->colors = array( 'free' => '00ff00', 'used' => 'ff0000', ); -$obj->width = $width; -$obj->heigth = $heigth; $obj->rrd_title = sprintf('Free space (%s)', $obj->args['pinstance']); $obj->rrd_vertical = 'Bytes'; -- cgit v1.1