summaryrefslogtreecommitdiff
path: root/setText.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-27 16:10:22 -0600
committerJeff Carr <[email protected]>2024-01-27 16:10:22 -0600
commit890e294a906478ea4b20d132660b33d5f8174da4 (patch)
tree1e1d890916dce8cb31cb5e9158aa516410460427 /setText.go
parentf8059d51d3c16df3903ba06afc1e9ca5898383df (diff)
remove old code and notes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'setText.go')
-rw-r--r--setText.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/setText.go b/setText.go
index a36d97f..9279915 100644
--- a/setText.go
+++ b/setText.go
@@ -6,7 +6,6 @@ import (
"go.wit.com/widget"
)
-// func (n *node) setText(a *widget.Action) {
func setText(n *tree.Node, a *widget.Action) {
name := widget.GetString(a.Value)
var tk *guiWidget