summaryrefslogtreecommitdiff
path: root/new-structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-31 22:22:16 -0500
committerJeff Carr <[email protected]>2021-10-31 22:22:16 -0500
commit2a6c54b785ccb7e18b586f38c73ca57197b4c733 (patch)
treea54c282658d92308d7fa5c5ade6ac77cedd7ad7c /new-structs.go
parent59d15f3fcf9799e00566aad7678f29add4e19dd4 (diff)
CLEAN: more code removals
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'new-structs.go')
-rw-r--r--new-structs.go1
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)