diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 05:07:45 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 05:07:45 -0500 |
| commit | 72a360cb950c48f1556ce48b5fad16b17ca7fcc4 (patch) | |
| tree | bd2f66aaac812860d21ac526a85e7c6c96b6353a /doGui.go | |
| parent | cd4e1f9867776f245d8fb0938ec4999cd8e28d41 (diff) | |
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -10,7 +10,6 @@ import ( "strings" "time" - "go.wit.com/gui" "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/shell" "go.wit.com/lib/protobuf/virtpb" @@ -100,10 +99,6 @@ func switchDrive(blk *Block) { } func doGui() { - me.myGui = gui.New() - me.myGui.InitEmbed(resources) - me.myGui.Default() - mainWindow := gadgets.NewGenericWindow("RiscV Imager", "Show Drives") mainWindow.Custom = func() { log.Warn("Main window close") @@ -111,9 +106,6 @@ func doGui() { } drawWindow(mainWindow) - - // sits here forever - debug() } func drawWindow(win *gadgets.GenericWindow) { |
