diff --git a/src/app/ProjectSequencesPanel.tsx b/src/app/ProjectSequencesPanel.tsx index 62a8c71f..3b8f3373 100644 --- a/src/app/ProjectSequencesPanel.tsx +++ b/src/app/ProjectSequencesPanel.tsx @@ -35,14 +35,6 @@ interface ProjectSequencesPanelProps { targetKey: string; label: string; }>; - modelAnimationTargetOptions: Array<{ - targetKey: string; - label: string; - }>; - soundTargetOptions: Array<{ - targetKey: string; - label: string; - }>; selectedSequenceId: string | null; onSelectSequence(sequenceId: string | null): void; onAddSequence(): void; @@ -173,8 +165,6 @@ export function ProjectSequencesPanel({ teleportTargetOptions, sceneTransitionTargetOptions, visibilityTargetOptions, - modelAnimationTargetOptions, - soundTargetOptions, selectedSequenceId, onSelectSequence, onAddSequence,