Skip to content

Commit f2e6682

Browse files
committed
remove unused variable
1 parent c2bad6f commit f2e6682

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/NumericInterpolator/NSPowScale.class.st

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Class {
88
'linear',
99
'exponent',
1010
'powp',
11-
'powb',
12-
'anInteger'
11+
'powb'
1312
],
1413
#category : #'NumericInterpolator-Scales'
1514
}

0 commit comments

Comments
 (0)