summaryrefslogtreecommitdiff
path: root/add.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 21:00:37 -0600
committerJeff Carr <[email protected]>2024-01-18 21:00:37 -0600
commit0adbbecdac066607842686da1c0db1530e7b1728 (patch)
treeb6f92f74b6d1605d073125211ff27e44429c60a8 /add.go
parent0fd60847fcb637643748a141dcb15768361578ca (diff)
better function names
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'add.go')
-rw-r--r--add.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/add.go b/add.go
index 42b9f98..8a404fb 100644
--- a/add.go
+++ b/add.go
@@ -13,7 +13,6 @@ func add(a *widget.Action) {
}
return
}
- // n := addNode(a)
n := me.myTree.AddNode(a)
p := n.Parent