From 24ff7e8003de7beb81c6b4751ecba0e7ca29cb0e Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Thu, 14 Sep 2023 18:03:26 +0200 Subject: [PATCH] remove deprecated function (#420) --- pkg/format/speex.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkg/format/speex.go b/pkg/format/speex.go index 24b6cc04..08c74d77 100644 --- a/pkg/format/speex.go +++ b/pkg/format/speex.go @@ -43,13 +43,6 @@ func (f *Speex) Codec() string { return "Speex" } -// String implements Format. -// -// Deprecated: replaced by Codec(). -func (f *Speex) String() string { - return f.Codec() -} - // ClockRate implements Format. func (f *Speex) ClockRate() int { return f.SampleRate