From 3b076c28c2f5981cc35541387c971165c737d210 Mon Sep 17 00:00:00 2001 From: JohnMark Sill Date: Fri, 24 Jun 2022 09:36:50 -0500 Subject: [PATCH] chore: removed unused properties interface --- web/src/components/HistoryViewer/HistoryVideo.tsx | 5 ----- 1 file changed, 5 deletions(-) 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;