From 890e294a906478ea4b20d132660b33d5f8174da4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 27 Jan 2024 16:10:22 -0600 Subject: remove old code and notes Signed-off-by: Jeff Carr --- addText.go | 1 - 1 file changed, 1 deletion(-) (limited to 'addText.go') 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) -- cgit v1.2.3