From b1994497093380515c59e7ab7c875d4c00e9891d Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sun, 13 Jan 2008 17:06:56 +0100 Subject: cleanup --- src/flcurve.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/flcurve.cxx') diff --git a/src/flcurve.cxx b/src/flcurve.cxx index ca0d901..94908bc 100644 --- a/src/flcurve.cxx +++ b/src/flcurve.cxx @@ -72,8 +72,6 @@ parse_curve(CurveEditor *ce, const char *ctrl_points) { char *pstr, *buf = strdup(ctrl_points); int i, n = 0; double X, Y; - gsl_interp_accel *acc; - gsl_spline *spline; while (pstr = strsep(&buf, ";")) { if (sscanf(pstr, "%lf,%lf", &X, &Y) != 2 || -- cgit v1.2.3