fix linter errors.

This commit is contained in:
Miroslav Šedivý
2021-02-14 14:23:33 +01:00
parent c9b2c93fb8
commit 732764991b
2 changed files with 0 additions and 4 deletions

View File

@ -2,7 +2,6 @@ package capture
import (
"fmt"
"sync"
"math"
"github.com/rs/zerolog"
@ -15,7 +14,6 @@ import (
type CaptureManagerCtx struct {
logger zerolog.Logger
mu sync.Mutex
desktop types.DesktopManager
streaming bool
broadcast *BroacastManagerCtx