From f9a62e530970aea6db38354d7724a499afbec967 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 31 Mar 2026 06:20:48 +0200 Subject: [PATCH] Remove unused function cloneInteractionLink --- src/app/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 1e2e0792..7113bea3 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -68,7 +68,6 @@ import { import { getEntityDisplayLabelById, getSortedEntityDisplayLabels } from "../entities/entity-labels"; import { areInteractionLinksEqual, - cloneInteractionLink, createTeleportPlayerInteractionLink, createToggleVisibilityInteractionLink, getInteractionLinksForSource,