diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 06:16:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 06:16:41 -0500 |
| commit | 8ab09243500576460a9e5b12cae0b997933d6577 (patch) | |
| tree | 07a8b5113c812f0cc31d301f2784ef9e48b92d90 /doGui.go | |
| parent | 58e2a02c5bffdab2eac0da83c3810f1d808da7df (diff) | |
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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() |
