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/wireless.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin/wireless.php') diff --git a/plugin/wireless.php b/plugin/wireless.php index 413ee28..9d391ec 100644 --- a/plugin/wireless.php +++ b/plugin/wireless.php @@ -10,8 +10,6 @@ $obj = new Type_GenericStacked($CONFIG); $obj->data_sources = array('value'); $obj->ds_names = array('value' => 'Value'); $obj->colors = array('value' => '0000f0'); -$obj->width = $width; -$obj->heigth = $heigth; $obj->rrd_format = '%6.1lf'; switch($obj->args['type']) { -- cgit v1.1