summaryrefslogtreecommitdiff
path: root/addText.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 /addText.go
parentf8059d51d3c16df3903ba06afc1e9ca5898383df (diff)
remove old code and notes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'addText.go')
-rw-r--r--addText.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/addText.go b/addText.go
index 8ca9ca3..ed837ea 100644
--- a/addText.go
+++ b/addText.go
@@ -9,7 +9,6 @@ import (
func compareStrings(n *tree.Node, ss []string) {
}
-// func (n *node) addText(a *widget.Action) {
func addText(n *tree.Node, a *widget.Action) {
var tk *guiWidget
tk = n.TK.(*guiWidget)