diff --git a/apps/client/src/features/rundown/rundown-event/RundownEvent.tsx b/apps/client/src/features/rundown/rundown-event/RundownEvent.tsx index f519783ab..a7268c15a 100644 --- a/apps/client/src/features/rundown/rundown-event/RundownEvent.tsx +++ b/apps/client/src/features/rundown/rundown-event/RundownEvent.tsx @@ -135,16 +135,6 @@ export default function RundownEvent({ { type: 'item', label: 'Delete', icon: IoTrash, onClick: () => actionHandler('delete') }, ] : [ - { - type: 'item', - label: 'Toggle link to previous', - icon: IoLink, - onClick: () => - actionHandler('update', { - field: 'linkStart', - value: linkStart, - }), - }, { type: 'item', label: flag ? 'Remove flag' : 'Add flag',