summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/doGui.go b/doGui.go
index e6dd625..e1cb4cf 100644
--- a/doGui.go
+++ b/doGui.go
@@ -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) {