Delete unused variable fullRange
This commit is contained in:
parent
9e764b132a
commit
97b4335209
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue