summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui.go b/gui.go
index 131bc74..e135a43 100644
--- a/gui.go
+++ b/gui.go
@@ -76,8 +76,8 @@ var prepGui *GuiPrep
type GuiPrep struct {
rootn *gui.Node
- hidden bool // don't update the toolkits when it's hidden
- Auto func([]string)
+ // hidden bool // don't update the toolkits when it's hidden
+ // Auto func([]string)
}
func Gui() *GuiPrep {