From 927b7a4b53a1bc24ccb42e4785978a8997d51ccd Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 10:10:33 +0200 Subject: [PATCH] Remove unused function in App.tsx --- src/app/App.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index e669a905..cf845f3f 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -17244,17 +17244,6 @@ export function App({ store, initialStatusMessage }: AppProps) { } ) } - onSetDialogueLineSpeaker={(dialogueId, lineId, speakerName) => - updateNpcDialogueLine( - dialogueId, - lineId, - "Set NPC dialogue speaker", - "Updated NPC dialogue speaker.", - (line) => { - line.speakerName = speakerName?.trim() || null; - } - ) - } onSetDialogueLineText={(dialogueId, lineId, text) => updateNpcDialogueLine( dialogueId,