Skip to content
Snippets Groups Projects
Unverified Commit 4de5748e authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[refactor] remove silly function

parent 0f20d740
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,3 @@ func stopVPN() {
log.Println(err)
}
}
func closeVPN() {
ctx.bm.Close()
}
......@@ -34,7 +34,7 @@ func Quit() {
} else {
ctx.cfg.SetUserStoppedVPN(true)
}
closeVPN()
ctx.bm.Close()
}
func DonateAccepted() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment