summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-11-01 00:24:56 -0500
committerJeff Carr <[email protected]>2021-11-01 00:24:56 -0500
commit97a80003b9fddc15c58bcb01f371c48c8f821751 (patch)
tree4e56021076a2d6548ce3813bd6a60e42f20baf49 /gui.go
parentf5440782630ef7dd2b19a8b04df260a9a87cbba8 (diff)
CLEAN: out of the rabbit hole
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui.go b/gui.go
index e4c5e2c..88554c8 100644
--- a/gui.go
+++ b/gui.go
@@ -16,7 +16,6 @@ const Yaxis = 1 // box that is vertical
func init() {
log.Println("gui.init() has been run")
- // Data.buttonMap = make(map[*ui.Button]*GuiButton)
Data.NodeMap = make(map[string]*Node)
Data.NodeSlice = make([]*Node, 0)