diff --git a/modules/svg/vertices.js b/modules/svg/vertices.js index 115fd8e0b..4dc14a45f 100644 --- a/modules/svg/vertices.js +++ b/modules/svg/vertices.js @@ -203,7 +203,6 @@ export function svgVertices(projection, context) { var getTransform = svgPointTransform(projection).geojson; var activeID = context.activeID(); var data = { targets: [], nopes: [] }; - var base = context.history().base(); entities.forEach(function(node) { if (activeID === node.id) return; // draw no target on the activeID