From 6ccdcef83fb6b063853e50e55bce9b65e304e77e Mon Sep 17 00:00:00 2001 From: Saxon1 Date: Sun, 6 May 2018 19:15:01 +0930 Subject: [PATCH] Removed the other error count --- revid/Revid.go | 1 - 1 file changed, 1 deletion(-) diff --git a/revid/Revid.go b/revid/Revid.go index b7cdad68..f44f0fe4 100644 --- a/revid/Revid.go +++ b/revid/Revid.go @@ -383,7 +383,6 @@ func (r *revid) outputClips() { prevTime := now bytes := 0 delay := 0 - errorCount := 0 for r.isRunning { // Here we slow things down as much as we can to decrease cpu usage switch {