diff --git a/src/content.ts b/src/content.ts index 01ac9e3b..0c8074a1 100644 --- a/src/content.ts +++ b/src/content.ts @@ -80,7 +80,6 @@ let importingChaptersWaiting = false; const skipNotices: SkipNotice[] = []; let upcomingNotice: UpcomingNotice | null = null; let activeSkipKeybindElement: ToggleSkippable = null; -let retryFetchTimeout: NodeJS.Timeout = null; let shownSegmentFailedToFetchWarning = false; let selectedSegment: SegmentUUID | null = null; let previewedSegment = false; @@ -173,7 +172,6 @@ let popupInitialised = false; let submissionNotice: SubmissionNotice = null; let lastResponseStatus: number; -let retryCount = 0; // Contains all of the functions and variables needed by the skip notice const skipNoticeContentContainer: ContentContainer = () => ({ @@ -391,7 +389,6 @@ if (!Config.configSyncListeners.includes(contentConfigUpdateListener)) { function resetValues() { lastCheckTime = 0; lastCheckVideoTime = -1; - retryCount = 0; previewedSegment = false; firstPlay = true;