summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.go b/init.go
index dd9a08c..34cb40f 100644
--- a/init.go
+++ b/init.go
@@ -7,7 +7,6 @@ import (
"go.wit.com/log"
"go.wit.com/toolkits/tree"
- "go.wit.com/widget"
"go.wit.com/dev/andlabs/ui"
// the _ means we only need this for the init()
@@ -24,11 +23,13 @@ var uiMainUndef bool = true
var uiMain sync.Once
var muAction sync.Mutex
+/*
func newaction(n *tree.Node, atype widget.ActionType) {
ui.QueueMain(func() {
newAction(n, atype)
})
}
+*/
func queueAdd(n *tree.Node) {
ui.QueueMain(func() {