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 /button.go | |
| parent | f8059d51d3c16df3903ba06afc1e9ca5898383df (diff) | |
remove old code and notes
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'button.go')
| -rw-r--r-- | button.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ import ( _ "go.wit.com/dev/andlabs/ui/winmanifest" ) -// func (p *node) newButton(n *node) { func newButton(p *tree.Node, n *tree.Node) { if notNew(n) { return |
