Remove SourceInt24 type

This commit is contained in:
DataHoarder 2022-07-29 13:12:27 +02:00
parent a7fb82f3d3
commit 4db4b11777
Signed by: DataHoarder
SSH key fingerprint: SHA256:OLTRf6Fl87G52SiR7sWLGNzlJt4WOX+tfI2yxo0z7xk

View file

@ -11,7 +11,6 @@ type SourceFormat int
const (
SourceFloat32 = SourceFormat(iota)
SourceInt16
SourceInt24
SourceInt32
)