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");