From 0f178bfaed2962ad4b0e19c4590c346d4e68c5d4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 5 Feb 2024 09:13:55 -0600 Subject: action channel deprecated Signed-off-by: Jeff Carr --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') 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) -- cgit v1.2.3