summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-05 12:27:22 -0600
committerJeff Carr <[email protected]>2024-02-05 12:27:22 -0600
commit6454e540d0ac2098606edc1029deaeb1a74bac1b (patch)
tree20265c9d88bc343c557949ead679e89481135bb9 /main.go
parent75e7070077cd09c38c7948bea90f94f64861fadb (diff)
remove old action function
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 10104aa..dbbf258 100644
--- a/main.go
+++ b/main.go
@@ -26,7 +26,7 @@ func init() {
me.myTree = tree.New()
me.myTree.PluginName = "gocui"
-// me.myTree.ActionFromChannel = action
+
me.myTree.NodeAction = newaction
me.myTree.Add = newAdd
me.myTree.SetTitle = newSetTitle