remove unused code

This commit is contained in:
raziman 2020-06-24 15:25:34 +08:00
parent 5f45568a48
commit 323d36506b

View File

@ -8,7 +8,6 @@ import (
"os"
"path"
"strings"
"sync"
"time"
"github.com/faiface/beep"
@ -18,9 +17,6 @@ import (
"github.com/rivo/tview"
)
var (
m sync.Mutex
)
type Song struct {
name string