summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 5be2162..b036d83 100644
--- a/structs.go
+++ b/structs.go
@@ -82,7 +82,7 @@ type GuiWindow struct {
Width int
Height int
- mainbox *ui.Box
+// mainbox *ui.Box
// the callback function to make the window contents
MakeWindow func(*GuiWindow) *GuiBox