From c20e4d966c0119cbcf1f2f14789a4b729194650e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 13 May 2026 13:28:21 +0200 Subject: [PATCH] Remove redundant calculation of spline corridor junction list --- src/app/App.tsx | 3 --- 1 file changed, 3 deletions(-) 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,