diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -12,13 +12,6 @@ import ( "go.wit.com/log" ) -// sent via -ldflags -var VERSION string -var BUILDTIME string - -// used for shell auto completion -var ARGNAME string = "startxplacement" - // using this for now. triggers config save var configSave bool @@ -26,7 +19,6 @@ var configFile string = "/home/jcarr/.config/startxplacement.out" func main() { me = new(mainType) - me.myGui = argvpb.Gui() // prepares the GUI package for go-args me.argv = argvpb.Autocomplete(&argv) // adds shell auto complete to go-args if argv.DumpX != nil { |
