Remove unused autosave channel leftover (#3024)

config.Autosave channel is used instead.
This commit is contained in:
Dmytro Maluka
2024-03-14 04:58:45 +01:00
committed by GitHub
parent 0a69cc68dc
commit cb903f414c

View File

@@ -30,9 +30,6 @@ import (
)
var (
// Event channel
autosave chan bool
// Command line flags
flagVersion = flag.Bool("version", false, "Show the version number and information")
flagConfigDir = flag.String("config-dir", "", "Specify a custom location for the configuration directory")