From e453b90ad28ecd9ea0750a171d057bf9d3b1c4d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Thu, 20 Mar 2014 17:26:22 +0100 Subject: [PATCH] Remove unused variable. --- src/path/PathItem.Boolean.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/path/PathItem.Boolean.js b/src/path/PathItem.Boolean.js index a1640e51..7366165d 100644 --- a/src/path/PathItem.Boolean.js +++ b/src/path/PathItem.Boolean.js @@ -637,7 +637,6 @@ Path.inject(/** @lends Path# */{ // consecutive intersections of the ray var curves = this._getMonoCurves(), roots = [], - x = point.x, y = point.y, xIntercepts = []; for (var i = 0, l = curves.length; i < l; i++) {