From f302612d53cc10413e7244629cbae25b4baf24a8 Mon Sep 17 00:00:00 2001 From: Gianluca Boiano Date: Fri, 6 Feb 2026 18:06:59 +0100 Subject: [PATCH] chore: remove dead code --- backend/autoeq.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/backend/autoeq.go b/backend/autoeq.go index 2efcb9e..b0e04c6 100644 --- a/backend/autoeq.go +++ b/backend/autoeq.go @@ -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) -}