mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 22:20:20 +09:00
Remove unused autosave channel leftover (#3024)
config.Autosave channel is used instead.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user