refactor: remove unnecessary update_noop.go

pull/129/head
Sefa Eyeoglu 3 years ago
parent 8a55a20753
commit cbc3650aa9

@ -1,5 +1,3 @@
// +build release
package main
import (

@ -1,22 +0,0 @@
// +build !release
package main
type updateui struct {
serverVersion string
available bool
triggered bool
updatingText string
}
func updateable() bool {
return false
}
func updateCheck(ctx *ntcontext) {
// noop for non-release versions
}
func update(ctx *ntcontext) {
// noop for non-release versions
}
Loading…
Cancel
Save