From bfc771bd99b47251c343c3020d4f4d663357a2e4 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Wed, 19 Feb 2020 12:37:39 -0500 Subject: [PATCH] Removed unused variables --- src/content.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/content.ts b/src/content.ts index 0427abdd..555ea68f 100644 --- a/src/content.ts +++ b/src/content.ts @@ -66,19 +66,10 @@ var controls = null; // Direct Links after the config is loaded utils.wait(() => Config.config !== null, 1000, 1).then(() => videoIDChange(getYouTubeVideoID(document.URL))); -//the last time looked at (used to see if this time is in the interval) -var lastTime = -1; - //the amount of times the sponsor lookup has retried //this only happens if there is an error var sponsorLookupRetries = 0; -//the last time in the video a sponsor was skipped -//used for the go back button -var lastSponsorTimeSkipped = null; -//used for ratings -var lastSponsorTimeSkippedUUID = null; - //if showing the start sponsor button or the end sponsor button on the player var showingStartSponsor = true;