diff options
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) -} |
