Remove block sort algorithm and per-seed tests

This commit is contained in:
Ian Gulliver
2026-02-23 22:32:46 -08:00
parent 7dbc3e8088
commit 49f0cdc290
3 changed files with 1 additions and 47 deletions

View File

@@ -19,8 +19,6 @@ type Block struct {
Track string `json:"track,omitempty"`
Name string `json:"name"`
Loop bool `json:"loop,omitempty"`
weight uint64
}
type Trigger struct {