summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 19e27b8..5975d77 100644
--- a/main.go
+++ b/main.go
@@ -25,7 +25,6 @@ var resources embed.FS
func main() {
me = new(virtigoT)
- me.myGui = prep.Gui() // prepares the GUI package for go-args
me.auto = prep.Bash3(&argv) // add support for bash autocomplete with go-arg
if os.Getenv("VIRTIGO_HOME") == "" {