mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-18 01:19:24 +00:00
dead code
This commit is contained in:
parent
0a8d763f5c
commit
a5706b3f13
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user