summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 6c72ed3..6370705 100644
--- a/structs.go
+++ b/structs.go
@@ -122,7 +122,6 @@ type GuiButton struct {
type GuiBox struct {
Window *GuiWindow
EntryMap map[string]*GuiEntry
- Area *GuiArea
// andlabs/ui abstraction mapping
UiBox *ui.Box