chore: remove dead code

This commit is contained in:
Gianluca Boiano
2026-02-06 18:06:59 +01:00
parent 7956174c0e
commit f302612d53
-5
View File
@@ -514,8 +514,3 @@ func (m *AutoEQManager) updateLRU(path string) {
} }
} }
} }
// InterpolateTo15Band converts this profile's 10-band EQ to Supersonic's 15-band format
func (p *AutoEQProfile) InterpolateTo15Band() [15]float64 {
return InterpolateAutoEQTo15Band(p.Bands)
}