From 8ecdc2db16858cbd7c5c75adb41021a2e1cb2c83 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Thu, 4 Jun 2020 11:57:48 +0200 Subject: [refactor] comment out some initialization functions, still need work Signed-off-by: kali kaneko (leap communications) --- pkg/systray2/run.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg') diff --git a/pkg/systray2/run.go b/pkg/systray2/run.go index 937fb58..00c2c94 100644 --- a/pkg/systray2/run.go +++ b/pkg/systray2/run.go @@ -23,6 +23,7 @@ import ( "0xacab.org/leap/bitmask-vpn/pkg/config" ) +/* func initialize(conf *Config, bt *bmTray, finishedCh chan bool) { defer func() { finishedCh <- true }() if _, err := os.Stat(config.Path); os.IsNotExist(err) { @@ -55,6 +56,7 @@ func initialize(conf *Config, bt *bmTray, finishedCh chan bool) { log.Printf("Error enabling autostart: %v", err) } } +*/ func checkAndStartBitmask(b bitmask.Bitmask, conf *Config) { if conf.Obfs4 { -- cgit v1.2.3