diff options
| author | Jeff Carr <[email protected]> | 2019-05-29 11:25:25 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-29 11:25:25 -0700 |
| commit | 69e42973663c826ad8143e64d951ba6eaf63d995 (patch) | |
| tree | 4dbe432259b14aca79f6b64caf9adb0697dde806 /structs.go | |
| parent | 5bc0e15b3d163d3b2eadb1e25654ed0147b8f880 (diff) | |
remove the myAH stand alone variable
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
