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/disk.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin/disk.php') diff --git a/plugin/disk.php b/plugin/disk.php index e3a5f3d..763ae10 100644 --- a/plugin/disk.php +++ b/plugin/disk.php @@ -23,8 +23,6 @@ $obj->colors = array( 'read' => '0000ff', 'write' => '00b000', ); -$obj->width = $width; -$obj->heigth = $heigth; switch($obj->args['type']) { case 'disk_merged': $obj->rrd_title = sprintf('Disk Merged Operations (%s)', $obj->args['pinstance']); -- cgit v1.1