mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -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 maxUndo = 64
|
||||||
const RECOVERY_FILE = ".sointu_recovery"
|
|
||||||
|
|
||||||
func NewModel(modelMessages chan<- interface{}, playerMessages <-chan PlayerMessage, recoveryFilePath string) *Model {
|
func NewModel(modelMessages chan<- interface{}, playerMessages <-chan PlayerMessage, recoveryFilePath string) *Model {
|
||||||
ret := new(Model)
|
ret := new(Model)
|
||||||
|
Loading…
Reference in New Issue
Block a user