From a5706b3f1386274ffa745a5873e6d620ffb13485 Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Tue, 16 Sep 2025 12:45:43 +0100 Subject: [PATCH] dead code --- frontend/src/tools/Split.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/tools/Split.tsx b/frontend/src/tools/Split.tsx index 9ece5037d..96b335f5f 100644 --- a/frontend/src/tools/Split.tsx +++ b/frontend/src/tools/Split.tsx @@ -29,10 +29,6 @@ const Split = (props: BaseToolProps) => { return tooltipContent?.tips || []; }; - // Typed parameter updaters - const clearMethod = () => base.params.updateParameter('method', '' as const); - const setMethod = (method: SplitMethod) => base.params.updateParameter('method', method); - // Get the method name for the settings step title const getSettingsTitle = () => { if (!base.params.parameters.method) return t("split.steps.settings", "Settings");