Remove unused selectedRoutineHeldSteps variable

This commit is contained in:
2026-04-15 06:27:41 +02:00
parent ca5c058bf8
commit b164f7947f

View File

@@ -585,10 +585,6 @@ export function ProjectSequencerPane({
const selectedRoutine =
selectedRoutineId === null ? null : scheduler.routines[selectedRoutineId] ?? null;
const selectedRoutineHeldSteps =
selectedRoutine === null
? []
: getProjectScheduleRoutineHeldSteps(selectedRoutine, sequences);
const selectedTargetOption =
selectedRoutine === null
? null