Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6fe766c

Browse files
lyrachordw8r
authored andcommittedOct 4, 2016
remove duplicated local variables (w8r#7)
1 parent b9fe3f0 commit 6fe766c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/index.js

-3
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,6 @@ function _renderSweepLine(sweepLine, pos, event) {
312312

313313

314314
function subdivideSegments(eventQueue, subject, clipping, sbbox, cbbox, operation) {
315-
var sortedEvents = [];
316-
var prev, next;
317-
318315
var sweepLine = new Tree(compareSegments);
319316
var sortedEvents = [];
320317

0 commit comments

Comments
 (0)
Please sign in to comment.