From 69e42973663c826ad8143e64d951ba6eaf63d995 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 29 May 2019 11:25:25 -0700 Subject: remove the myAH stand alone variable Signed-off-by: Jeff Carr --- structs.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 6b0ee3c..6d1796a 100644 --- a/structs.go +++ b/structs.go @@ -13,7 +13,7 @@ import pb "git.wit.com/wit/witProtobuf" // be the safe way to interact with the GUI // var Data GuiDataStructure -var myAH *AreaHandler +// var myAH *AreaHandler type GuiDataStructure struct { State string @@ -62,6 +62,7 @@ type GuiDataStructure struct { cloudTab *ui.Tab cloudBox *ui.Box smallBox *ui.Box + myAH *AreaHandler tabcount int -- cgit v1.2.3