Delete unused variable fullRange

This commit is contained in:
JP Cimalando 2020-06-14 15:28:28 +02:00 committed by GitHub
parent 9e764b132a
commit 97b4335209
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,6 @@ Curve Curve::buildFromVelcurvePoints(
{
Curve curve;
bool fillStatus[NumValues] = {};
const Range<float> fullRange { -HUGE_VALF, +HUGE_VALF };
auto setPoint = [&curve, &fillStatus](int i, float x) {
curve._points[i] = x;