Remove unnecessary exports.

This commit is contained in:
Jürg Lehni 2013-12-16 21:58:32 +01:00
parent 94b27e933a
commit 45ed406aa3

View file

@ -1467,9 +1467,6 @@ new function() { // Scope for methods that require numerical integration
// tMin, tMax, uMin, uMax, oldTDiff, reverse, recursion
0, 1, 0, 1, 1, false, 0);
return locations;
},
getConvexHull : getConvexHull,
clipConvexHull: clipConvexHull
}
}};
});