config: Remove unused GetAutoTime()

This commit is contained in:
Jöran Karl
2024-06-19 20:36:29 +02:00
parent a678d42861
commit 832c7deaf8

View File

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