mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-25 18:00:37 -04:00
refactor(tracker): remove unused variable RECOVERY_FILE
This commit is contained in:
parent
9ec8f48f82
commit
6eb025d7ba
@ -123,7 +123,6 @@ const (
|
||||
)
|
||||
|
||||
const maxUndo = 64
|
||||
const RECOVERY_FILE = ".sointu_recovery"
|
||||
|
||||
func NewModel(modelMessages chan<- interface{}, playerMessages <-chan PlayerMessage, recoveryFilePath string) *Model {
|
||||
ret := new(Model)
|
||||
|
Loading…
Reference in New Issue
Block a user