summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-06-01 13:41:45 -0700
committerJeff Carr <[email protected]>2019-06-01 13:41:45 -0700
commit7d72ca3561fefd4c89f553448810eee545a47880 (patch)
treed979433cc3b9bf201c4090874ea142541f34af66 /structs.go
parentc5f9c6d96f1ce960fa08ab2c77b348a5bcdf03ea (diff)
start handling 'Guiwindow' correctly
Signed-off-by: Jeff Carr <[email protected]>
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