diff --git a/web/src/components/HistoryViewer/HistoryVideo.tsx b/web/src/components/HistoryViewer/HistoryVideo.tsx index ecdfca3af..2352c89c7 100644 --- a/web/src/components/HistoryViewer/HistoryVideo.tsx +++ b/web/src/components/HistoryViewer/HistoryVideo.tsx @@ -14,11 +14,6 @@ interface OnTimeUpdateEvent { isPlaying: boolean; } -interface VideoProperties { - posterUrl: string; - videoUrl: string; -} - interface HistoryVideoProps { id?: string; isPlaying: boolean;