From 85106b690f15f8c79e0f5d3acad6697f063a255d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 13 Apr 2026 22:29:43 +0200 Subject: [PATCH] Remove unused variable in App.tsx --- src/app/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 187dadbb..e5973714 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -1660,7 +1660,6 @@ export function App({ store, initialStatusMessage }: AppProps) { editorState.selection, selectedPath ); - const selectedPathPoint = selectedPathPointState?.point ?? null; const selectedPathPointIndex = selectedPathPointState?.index ?? null; const selectedEntity = getSelectedEntity(editorState.selection, entityList); const selectedModelInstance = getSelectedModelInstance(