summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/main.go b/main.go
index 0fdd559..953fb1b 100644
--- a/main.go
+++ b/main.go
@@ -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 {