From 77f911e5f84d1ce7d8e8f96e0b7ee6ee064882da Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 05:56:51 +0200 Subject: [PATCH] Remove unused props from ProjectSchedulePane --- src/app/ProjectSchedulePane.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/ProjectSchedulePane.tsx b/src/app/ProjectSchedulePane.tsx index 5bb054ec..6f7f982b 100644 --- a/src/app/ProjectSchedulePane.tsx +++ b/src/app/ProjectSchedulePane.tsx @@ -200,7 +200,6 @@ function getRoutineSummary( sequences: ProjectSequenceLibrary ): string { const summaryParts = [ - formatProjectScheduleDaySelection(routine.days), `${formatTimeOfDayHours(routine.startHour)}-${formatTimeOfDayHours(routine.endHour)}` ]; const heldSteps = getProjectScheduleRoutineHeldSteps(routine, sequences); @@ -332,7 +331,6 @@ export function ProjectSequencerPane({ onDeleteRoutine, onDeleteSequence, onClose, - onSetRoutineTarget, onSetRoutineTitle, onSetRoutineEnabled, onSetRoutineStartHour,