summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 1ae9682..9465c70 100644
--- a/structs.go
+++ b/structs.go
@@ -23,7 +23,7 @@ type TreeInfo struct {
treeRoot *Node
// NodeI interface{}
- ActionFromChannel func(widget.Action)
+ // ActionFromChannel func(widget.Action)
NodeAction func(*Node, widget.ActionType)
Add func(*Node)
AddText func(*Node, string)