🔥 Removed unused variable
This commit is contained in:
parent
f00bd716c7
commit
d36e857e46
1 changed files with 0 additions and 1 deletions
|
@ -707,7 +707,6 @@ Path.prototype.split = function(point) {
|
|||
Path.prototype.trim = function() {
|
||||
let chunks = this.divide();
|
||||
for (let i in chunks) {
|
||||
let chunk = chunks[i];
|
||||
let firstCandidate = parseInt(i) + 2;
|
||||
let lastCandidate = parseInt(chunks.length) - 1;
|
||||
for (let j = firstCandidate; j < lastCandidate; j++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue