summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/structs.go b/structs.go
index 62fb875..aa71526 100644
--- a/structs.go
+++ b/structs.go
@@ -8,7 +8,6 @@ import (
"go.wit.com/dev/alexflint/arg"
"go.wit.com/lib/debian"
- "go.wit.com/lib/env"
"go.wit.com/lib/fhelp"
"go.wit.com/lib/protobuf/argvpb"
"go.wit.com/lib/protobuf/forgepb"
@@ -26,7 +25,6 @@ type mainType struct {
myGui *fhelp.GuiPrep // for initializing the GUI toolkits
forge *forgepb.Forge // your customized repo preferences and settings
machine *zoopb.Machine // your customized repo preferences and settings
- homedir string // where the user homedir is
}
func initForge() {
@@ -38,9 +36,6 @@ func initForge() {
}
me.forge.RescanRepos()
}
- if env.Verbose() {
- env.PrintTable()
- }
initMachine()
}