summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2020-08-04 12:55:47 +0200
committerRuben Pollan <meskio@sindominio.net>2020-08-13 17:16:07 +0200
commitabb65c7fcf570e69480ca70c92d4e271a78ffee2 (patch)
treefddab05a9c5fc4e10a2f3c31500283174a43720b /pkg
parent5ba62c56b2a94b9f5ae06b150713f84d5a3144fa (diff)
Unblock is not needed switch off does unblock bitmask
Diffstat (limited to 'pkg')
-rw-r--r--pkg/backend/api.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkg/backend/api.go b/pkg/backend/api.go
index 0cab17f..99e156f 100644
--- a/pkg/backend/api.go
+++ b/pkg/backend/api.go
@@ -24,11 +24,6 @@ func SwitchOff() {
go stopVPN()
}
-func Unblock() {
- //TODO -
- fmt.Println("unblock... [not implemented]")
-}
-
func Quit() {
if ctx.Status != off {
go setStatus(stopping)