mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +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
|
return b
|
||||||
}
|
}
|
||||||
|
|
||||||
func abs(x int) int {
|
|
||||||
if x < 0 {
|
|
||||||
return -x
|
|
||||||
}
|
|
||||||
return x
|
|
||||||
}
|
|
||||||
|
|
||||||
func TestResampling(t *testing.T) {
|
func TestResampling(t *testing.T) {
|
||||||
cases := []struct {
|
cases := []struct {
|
||||||
In int
|
In int
|
||||||
|
Loading…
Reference in New Issue
Block a user