diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 05:52:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 05:52:39 -0500 |
| commit | dbcd3b5686cf5d894e40b53f33cf588f4682b3f0 (patch) | |
| tree | ac2951bda86535e9fdcc360e4fe140ae572273d0 /doGui.go | |
| parent | f67c81d4997b86bdc53615a7e9bd4a25cfe6f4ed (diff) | |
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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) { |
