mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
audio/internal/convert: Remove unused functions
This commit is contained in:
parent
e83810fc57
commit
ef282f7f4f
@ -53,13 +53,6 @@ func newSoundBytes(sampleRate int) []byte {
|
||||
return b
|
||||
}
|
||||
|
||||
func abs(x int) int {
|
||||
if x < 0 {
|
||||
return -x
|
||||
}
|
||||
return x
|
||||
}
|
||||
|
||||
func TestResampling(t *testing.T) {
|
||||
cases := []struct {
|
||||
In int
|
||||
|
Loading…
Reference in New Issue
Block a user