summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-09 05:52:39 -0500
committerJeff Carr <[email protected]>2025-09-09 05:52:39 -0500
commitdbcd3b5686cf5d894e40b53f33cf588f4682b3f0 (patch)
treeac2951bda86535e9fdcc360e4fe140ae572273d0 /doGui.go
parentf67c81d4997b86bdc53615a7e9bd4a25cfe6f4ed (diff)
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/doGui.go b/doGui.go
index 0e8664e..07d5993 100644
--- a/doGui.go
+++ b/doGui.go
@@ -11,7 +11,6 @@ import (
"strings"
"time"
- "go.wit.com/gui"
"go.wit.com/lib/gadgets"
"go.wit.com/lib/protobuf/virtpb"
"go.wit.com/log"
@@ -25,10 +24,6 @@ func debug() {
}
func doGui() {
- me.myGui = gui.New()
- me.myGui.InitEmbed(resources)
- me.myGui.Default()
-
mainWindow := gadgets.NewGenericWindow("Virtigo: (inventory your cluster)", "Local Cluster Settings")
mainWindow.Custom = func() {
log.Warn("Main window close")
@@ -36,10 +31,6 @@ func doGui() {
}
drawWindow(mainWindow)
-
- // sits here forever
- debug()
-
}
func drawWindow(win *gadgets.GenericWindow) {