summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index b036d83..360d59d 100644
--- a/structs.go
+++ b/structs.go
@@ -82,8 +82,6 @@ type GuiWindow struct {
Width int
Height int
-// mainbox *ui.Box
-
// the callback function to make the window contents
MakeWindow func(*GuiWindow) *GuiBox
@@ -105,7 +103,7 @@ type GuiWindow struct {
type GuiButton struct {
Action string // what type of button
Box *GuiBox // what box the button click was in
- Area *GuiArea // indicates the button click was in an Area
+// Area *GuiArea // indicates the button click was in an Area
GW *GuiWindow // what window the button click was in (redundant?)
Account *pb.Account // associated with what account?