Remove old code

This commit is contained in:
Alexey Khit
2023-08-21 07:00:46 +03:00
parent 00b818b4d7
commit 2ebb791eb7
2 changed files with 0 additions and 14 deletions
-6
View File
@@ -164,9 +164,3 @@ func PatchVideoScale(init []byte, scaleX, scaleY int) bool {
return true
}
const (
stateNone byte = iota
stateInit
stateStart
)