From d8ce6faa3c6817a27141cb61a9ae25e1a257de23 Mon Sep 17 00:00:00 2001 From: scruzin Date: Fri, 22 Nov 2019 13:27:25 +1030 Subject: [PATCH] Remove unused package. --- revid/audio_linux.go | 1 - 1 file changed, 1 deletion(-) 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" )