From b1e34bd1868be418ef5ec26683a8d07f22cebd51 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 5 Feb 2011 20:01:26 +0100 Subject: replace function generate_colors by rainbow_colors When no colors are defined they will be generated by function rainbow_colors. --- plugin/irq.php | 1 - 1 file changed, 1 deletion(-) (limited to 'plugin/irq.php') diff --git a/plugin/irq.php b/plugin/irq.php index 19618a4..406b707 100644 --- a/plugin/irq.php +++ b/plugin/irq.php @@ -13,7 +13,6 @@ require_once 'inc/collectd.inc.php'; $obj = new Type_GenericStacked($CONFIG); $obj->width = $width; $obj->heigth = $heigth; -$obj->generate_colors(); $obj->rrd_title = 'Interrupts'; $obj->rrd_vertical = 'IRQs/s'; -- cgit v1.1