From 4bcfaddab3a118e75b8d445f55870ecec9f3ad4f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 9 Sep 2025 04:51:25 -0500 Subject: [PATCH] rm old func --- gui.go | 1 - 1 file changed, 1 deletion(-) diff --git a/gui.go b/gui.go index f9803cc..302e5e9 100644 --- a/gui.go +++ b/gui.go @@ -79,7 +79,6 @@ func Gui() *GuiPrep { os.Exit(0) } arg.Register(&argGui) - gui.InitArg() prepGui = new(GuiPrep) prepGui.rootn = gui.PreInit(postMustParse)