summaryrefslogtreecommitdiff
path: root/forge.go
diff options
context:
space:
mode:
Diffstat (limited to 'forge.go')
-rw-r--r--forge.go14
1 files changed, 0 insertions, 14 deletions
diff --git a/forge.go b/forge.go
index 41cd242..3ec92a3 100644
--- a/forge.go
+++ b/forge.go
@@ -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)
-}