summaryrefslogtreecommitdiff
path: root/exit.go
diff options
context:
space:
mode:
Diffstat (limited to 'exit.go')
-rw-r--r--exit.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/exit.go b/exit.go
index 929e9e0..aa2c87f 100644
--- a/exit.go
+++ b/exit.go
@@ -4,7 +4,6 @@
package main
import (
- "go.wit.com/gui"
"go.wit.com/lib/protobuf/gitpb"
"go.wit.com/log"
)
@@ -12,8 +11,7 @@ import (
// callback for bash autocomplete to shutdown
// forge properly before exiting back to the shell
// hopefully will allow the GUI plugins to unload properly
-func (args) Exit() {
- gui.UnloadToolkits()
+func forgeExit() {
resetTerminalTitle()
if argv.Verbose {
log.Info("argv.Exit() got to forge.Exit()")