refactor(tracker): remove unused variable RECOVERY_FILE

This commit is contained in:
5684185+vsariola@users.noreply.github.com 2023-10-20 18:41:03 +03:00
parent 9ec8f48f82
commit 6eb025d7ba

View File

@ -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)