revid/revid.go: Disabled windows

This commit is contained in:
Scott 2020-01-02 10:47:32 +10:30
parent 0fe0579ba8
commit d7fa1569a4
1 changed files with 1 additions and 4 deletions

View File

@ -77,10 +77,7 @@ const (
)
// Motion filter parameters.
const (
showWindows = true
minFPS = 1.0
)
const minFPS = 1.0
// KNN specific parameters.
const (