diff options
Diffstat (limited to 'complete.go')
| -rw-r--r-- | complete.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/complete.go b/complete.go index 987a812..5a73931 100644 --- a/complete.go +++ b/complete.go @@ -23,10 +23,6 @@ var BUILDTIME string // used for shell auto completion var APPNAME string = "forge" -func (args) InitArgv() (string, string, string) { - return APPNAME, BUILDTIME, VERSION -} - func (args) InitGui() error { // panic("got here") arg.Register(&gui.ArgvGui) |
