Commit 95a169e
committed
fix(contracts): drop the dead preview recording frame schema
Second adversarial pass caught my restore being too broad. #9129 deleted exactly
one symbol here, `DesktopPreviewRecordingFrameSchema`, and it has no consumers.
I restored the whole surrounding block on the strength of the neighbouring
`DesktopPreviewRecordingSource` schema, which upstream never touched and which
apps/desktop does use.
The `DesktopPreviewRecordingFrame` interface stays: it is live in the preload,
the pip preload, and the preview Manager. Only the unused codec goes, and with
it a piece of dead public API, since contracts re-exports ./ipc.ts wholesale.1 parent 7f1b416 commit 95a169e
1 file changed
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
696 | | - | |
697 | | - | |
698 | | - | |
699 | | - | |
700 | | - | |
701 | | - | |
702 | | - | |
703 | | - | |
704 | | - | |
705 | 696 | | |
706 | 697 | | |
707 | 698 | | |
| |||
0 commit comments