diff --git a/apps/web/src/components/editor/timeline-element.tsx b/apps/web/src/components/editor/timeline-element.tsx
index b2c95bb..211c4e9 100644
--- a/apps/web/src/components/editor/timeline-element.tsx
+++ b/apps/web/src/components/editor/timeline-element.tsx
@@ -298,70 +298,6 @@ export function TimelineElement({
/>
>
)}
-
-
-
-
-
-
-
- {/* Split operations - only available when playhead is within element */}
-
-
-
- Split
-
-
-
-
- Split at Playhead
-
-
-
- Split and Keep Left
-
-
-
- Split and Keep Right
-
-
-
-
- {/* Audio separation - only available for video elements */}
- {canSeparateAudio() && (
- <>
-
-
-
- Separate Audio
-
- >
- )}
-
-
-
-
- Delete {element.type === "text" ? "text" : "clip"}
-
-
-
-
);