audio: Bug fix: unneeded import

This commit is contained in:
Hajime Hoshi 2016-04-06 03:32:50 +09:00
parent 25665f5035
commit 6a6f9ad2a2

View File

@ -20,7 +20,6 @@ import (
"fmt" "fmt"
"io" "io"
"runtime" "runtime"
"time"
"golang.org/x/mobile/exp/audio/al" "golang.org/x/mobile/exp/audio/al"
) )