audio/internal/convert: Bug fix: remove unneeded import

This commit is contained in:
Hajime Hoshi 2017-12-31 00:15:36 +09:00
parent 03942292f5
commit de1a22d9f3

View File

@ -19,7 +19,6 @@ import (
"math"
"github.com/hajimehoshi/ebiten/audio"
"github.com/hajimehoshi/ebiten/internal/web"
)
func sinc(x float64) float64 {