diff options
| author | Jeff Carr <[email protected]> | 2024-01-27 16:10:22 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-27 16:10:22 -0600 |
| commit | 890e294a906478ea4b20d132660b33d5f8174da4 (patch) | |
| tree | 1e1d890916dce8cb31cb5e9158aa516410460427 /addText.go | |
| parent | f8059d51d3c16df3903ba06afc1e9ca5898383df (diff) | |
remove old code and notes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'addText.go')
| -rw-r--r-- | addText.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |
