summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-09 04:51:25 -0500
committerJeff Carr <[email protected]>2025-09-09 04:51:25 -0500
commit4bcfaddab3a118e75b8d445f55870ecec9f3ad4f (patch)
treec9625c3caf5e9ddec28dd821e378293e7f5a1610 /gui.go
parent656a1e15d434d1a0cc5bc89f42f273de1678dce1 (diff)
rm old func
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go1
1 files changed, 0 insertions, 1 deletions
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)