summaryrefslogtreecommitdiff
path: root/testGui/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'testGui/structs.go')
-rw-r--r--testGui/structs.go11
1 files changed, 1 insertions, 10 deletions
diff --git a/testGui/structs.go b/testGui/structs.go
index 2d223bf..a836504 100644
--- a/testGui/structs.go
+++ b/testGui/structs.go
@@ -5,19 +5,10 @@ import (
"go.wit.com/lib/gadgets"
"go.wit.com/lib/gui/repolist"
"go.wit.com/lib/protobuf/forgepb"
- "go.wit.com/lib/protobuf/zoopb"
)
var me *autoType
-func (b *autoType) Disable() {
- b.mainbox.Disable()
-}
-
-func (b *autoType) Enable() {
- b.mainbox.Enable()
-}
-
// this app's variables
type autoType struct {
// allrepos map[string]*repo
@@ -42,7 +33,7 @@ type autoType struct {
goSrcPath string
// use zookeeper to get the list of installed packages
- machine zoopb.Machine
+ // machine zoopb.Machine
// #### autotypist Global Display Options
autoHidePerfect *gui.Node