diff --git a/src/sfizz/Curve.cpp b/src/sfizz/Curve.cpp index 2e53bc4c..89320db5 100644 --- a/src/sfizz/Curve.cpp +++ b/src/sfizz/Curve.cpp @@ -63,7 +63,6 @@ Curve Curve::buildFromVelcurvePoints( { Curve curve; bool fillStatus[NumValues] = {}; - const Range fullRange { -HUGE_VALF, +HUGE_VALF }; auto setPoint = [&curve, &fillStatus](int i, float x) { curve._points[i] = x;