summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-29 11:25:25 -0700
committerJeff Carr <[email protected]>2019-05-29 11:25:25 -0700
commit69e42973663c826ad8143e64d951ba6eaf63d995 (patch)
tree4dbe432259b14aca79f6b64caf9adb0697dde806 /structs.go
parent5bc0e15b3d163d3b2eadb1e25654ed0147b8f880 (diff)
remove the myAH stand alone variable
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 2 insertions, 1 deletions
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