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/memory.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin/memory.php') diff --git a/plugin/memory.php b/plugin/memory.php index 14779e2..ce973db 100644 --- a/plugin/memory.php +++ b/plugin/memory.php @@ -29,8 +29,6 @@ $obj->colors = array( 'locked' => 'ff00ff', 'used' => 'ff0000', ); -$obj->width = $width; -$obj->heigth = $heigth; $obj->rrd_title = 'Physical memory utilization'; $obj->rrd_vertical = 'Bytes'; -- cgit v1.1