diff --git a/revid/audio_linux.go b/revid/audio_linux.go index f86c84c4..9ce5c2bc 100644 --- a/revid/audio_linux.go +++ b/revid/audio_linux.go @@ -31,7 +31,6 @@ import ( "bitbucket.org/ausocean/av/codec/codecutil" "bitbucket.org/ausocean/av/codec/pcm" "bitbucket.org/ausocean/av/container/mts" - "bitbucket.org/ausocean/av/device" "bitbucket.org/ausocean/av/device/alsa" "bitbucket.org/ausocean/utils/logger" )