summaryrefslogtreecommitdiff
path: root/treeInit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-13 15:04:28 -0600
committerJeff Carr <[email protected]>2025-02-13 15:04:28 -0600
commit08a5b198c7c8b7d08ab9cd7f166a8ababc88b140 (patch)
treea44ed661948ee3726412629c6a30a6a127003d5c /treeInit.go
parentc215e3c2c4aaa8fe1b97d9ba4dd8c4a748f4f8c2 (diff)
no more newaction(). finally.
Diffstat (limited to 'treeInit.go')
-rw-r--r--treeInit.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/treeInit.go b/treeInit.go
index 57db353..c51a9fe 100644
--- a/treeInit.go
+++ b/treeInit.go
@@ -55,7 +55,6 @@ func PluginChannel() chan widget.Action {
func initTree() *tree.TreeInfo {
t := tree.New()
t.PluginName = PLUGIN
- t.NodeAction = newaction
t.Add = newAdd
t.SetTitle = setTitle
t.SetLabel = setLabel