Remove unused variable.

This commit is contained in:
Jürg Lehni 2014-03-20 17:26:22 +01:00
parent 45d7ffd81e
commit e453b90ad2

View file

@ -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++) {