summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-09 06:16:41 -0500
committerJeff Carr <[email protected]>2025-09-09 06:16:41 -0500
commit8ab09243500576460a9e5b12cae0b997933d6577 (patch)
tree07a8b5113c812f0cc31d301f2784ef9e48b92d90 /doGui.go
parent58e2a02c5bffdab2eac0da83c3810f1d808da7df (diff)
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/doGui.go b/doGui.go
index 77f308a..07e863b 100644
--- a/doGui.go
+++ b/doGui.go
@@ -9,7 +9,6 @@ import (
"os"
"time"
- "go.wit.com/gui"
"go.wit.com/lib/gadgets"
"go.wit.com/log"
)
@@ -28,10 +27,6 @@ func refresh() {
}
func doGui() {
- me.myGui = gui.New()
- me.myGui.InitEmbed(resources)
- me.myGui.Default()
-
win := gadgets.RawBasicWindow("gus: (squirl your way around networks)")
win.Make()
win.Show()