dead code

This commit is contained in:
Connor Yoh 2025-09-16 12:45:43 +01:00
parent 0a8d763f5c
commit a5706b3f13

View File

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