mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-05 02:29:34 -04:00
Remove unused variables.
This commit is contained in:
parent
7c2492ac2a
commit
15813107c0
2 changed files with 0 additions and 3 deletions
src/path
|
@ -296,7 +296,6 @@ PathItem.inject(new function() {
|
|||
var curve = curves[i],
|
||||
values = curve.values,
|
||||
winding = curve.winding,
|
||||
next = curve.next,
|
||||
prevT,
|
||||
prevX;
|
||||
// Since the curves are monotone in y direction, we can just
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue