diff --git a/src/app/App.tsx b/src/app/App.tsx index 09a4a6d4..1744d842 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -2818,9 +2818,6 @@ export function App({ terrainList ); const selectedPath = getSelectedPath(editorState.selection, pathList); - const splineCorridorJunctionList = getSplineCorridorJunctions( - editorState.document.splineCorridorJunctions - ); const splineCorridorJunctionCandidates = detectSplineCorridorJunctionCandidates({ paths: pathList, junctions: editorState.document.splineCorridorJunctions,