Remove dead code.

This commit is contained in:
David Robillard 2014-11-25 02:11:44 -05:00
parent 8b268344f9
commit ea5876b836
36 changed files with 7 additions and 85 deletions

View 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 ();