diff options
| author | Jeff Carr <[email protected]> | 2021-10-31 22:22:16 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-31 22:22:16 -0500 |
| commit | 2a6c54b785ccb7e18b586f38c73ca57197b4c733 (patch) | |
| tree | a54c282658d92308d7fa5c5ade6ac77cedd7ad7c /new-structs.go | |
| parent | 59d15f3fcf9799e00566aad7678f29add4e19dd4 (diff) | |
CLEAN: more code removals
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'new-structs.go')
| -rw-r--r-- | new-structs.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/new-structs.go b/new-structs.go index 32d34aa..6f222b9 100644 --- a/new-structs.go +++ b/new-structs.go @@ -49,7 +49,6 @@ type Node struct { parent *Node children []*Node - // window *GuiWindow area *GuiArea custom func(*Node) |
