mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +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 (
|
var (
|
||||||
// Event channel
|
|
||||||
autosave chan bool
|
|
||||||
|
|
||||||
// Command line flags
|
// Command line flags
|
||||||
flagVersion = flag.Bool("version", false, "Show the version number and information")
|
flagVersion = flag.Bool("version", false, "Show the version number and information")
|
||||||
flagConfigDir = flag.String("config-dir", "", "Specify a custom location for the configuration directory")
|
flagConfigDir = flag.String("config-dir", "", "Specify a custom location for the configuration directory")
|
||||||
|
|||||||
Reference in New Issue
Block a user