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 baf514a..0f02147 100644
--- a/structs.go
+++ b/structs.go
@@ -67,7 +67,7 @@ type GuiWindow struct {
TabNumber *int // the andlabs/ui tab index
// the callback function to make the window contents
- MakeWindow func(*GuiBox) *GuiBox
+ // MakeWindow func(*GuiBox) *GuiBox
// the components of the window
BoxMap map[string]*GuiBox