summaryrefslogtreecommitdiff
path: root/new-structs.go
diff options
context:
space:
mode:
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)