From 58ee41015c6745316af8d606eaedecd222e9104a Mon Sep 17 00:00:00 2001 From: Frank Wuerthwein Date: Fri, 27 Feb 2009 03:07:55 +0000 Subject: Remove ds_description for now --- src/lib/rrdFlot.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/rrdFlot.js b/src/lib/rrdFlot.js index 13c685b..2ccdb2f 100644 --- a/src/lib/rrdFlot.js +++ b/src/lib/rrdFlot.js @@ -25,11 +25,9 @@ * [Flot]/jquery.flot.js */ -// ds_desciption and layout_opts not used yet -function rrdFlot(html_id, rrd_file, ds_description, layout_opts) { +function rrdFlot(html_id, rrd_file, layout_opts) { this.html_id=html_id; this.rrd_file=rrd_file; - this.ds_description=ds_description; if (layout_opts!=null) { this.layout_opts=layout_opts; } else { -- cgit v1.2.3-2-g168b