mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio/internal/convert: Bug fix: remove unneeded import
This commit is contained in:
parent
03942292f5
commit
de1a22d9f3
@ -19,7 +19,6 @@ import (
|
|||||||
"math"
|
"math"
|
||||||
|
|
||||||
"github.com/hajimehoshi/ebiten/audio"
|
"github.com/hajimehoshi/ebiten/audio"
|
||||||
"github.com/hajimehoshi/ebiten/internal/web"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func sinc(x float64) float64 {
|
func sinc(x float64) float64 {
|
||||||
|
Loading…
Reference in New Issue
Block a user