diff options
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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()") |
