From 322ad1529a8d4a128b53959fcc3c43fdf90a12ae Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Thu, 3 Mar 2022 22:28:37 -0600 Subject: [PATCH] Removed unused parameter from exponential scaling function --- src/features/conversion.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/features/conversion.ts b/src/features/conversion.ts index dbab235..3b2ed83 100644 --- a/src/features/conversion.ts +++ b/src/features/conversion.ts @@ -134,7 +134,6 @@ export function createLinearScaling( // e.g. if exponent is 0.5 and base is 10, then having 10 points makes gain 1, and 40 points is 2 export function createExponentialScaling( base: DecimalSource | Ref, - coefficient: DecimalSource | Ref, exponent: DecimalSource | Ref ): ScalingFunction { return {