diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 06:02:35 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 06:02:35 -0500 |
| commit | 18422bacebb2a99728abfcc1a1ee25cef42d2311 (patch) | |
| tree | 082b96019fd46a6b4139491ee52f8ba702535fc8 /forge.go | |
| parent | 1418fcb0d148754fd762c9c8718b362eeb5a95de (diff) | |
new GUI codebasev0.22.127
Diffstat (limited to 'forge.go')
| -rw-r--r-- | forge.go | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -3,7 +3,6 @@ package main import ( "os" - "go.wit.com/gui" "go.wit.com/lib/protobuf/forgepb" "go.wit.com/log" ) @@ -28,16 +27,3 @@ func doForge() { log.Info("found repo", me.repo.GetGoPath()) // build() } - -func doGui() { - me.myGui = gui.New() - if !argv.Auto { - me.myGui.InitEmbed(resources) - } - me.myGui.Default() - - me.basicWindow.Show() - // go will sit here until the window exits - gui.Watchdog() - os.Exit(0) -} |
