globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / canvas / canvas / curve.h
index d27291e3537732d979dd2ce4da8e6c2e9a68d3f0..fad1119b39b6479118d7641b5f5b841fa9b2fbec 100644 (file)
@@ -54,7 +54,6 @@ class LIBCANVAS_API Curve : public PolyItem, public InterpolatedCurve
     Points samples;
     Points::size_type n_samples;
     uint32_t points_per_segment;
-    InterpolatedCurve::SplineType curve_type;
     CurveFill curve_fill;
 
     void interpolate ();