mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-19 07:17:11 +09:00
config: Remove unused GetAutoTime()
This commit is contained in:
@@ -21,13 +21,6 @@ func SetAutoTime(a int) {
|
||||
autolock.Unlock()
|
||||
}
|
||||
|
||||
func GetAutoTime() int {
|
||||
autolock.Lock()
|
||||
a := autotime
|
||||
autolock.Unlock()
|
||||
return a
|
||||
}
|
||||
|
||||
func StartAutoSave() {
|
||||
go func() {
|
||||
for {
|
||||
|
||||
Reference in New Issue
Block a user