diff options
| author | Jeff Carr <[email protected]> | 2021-10-31 22:22:16 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-10-31 22:22:16 -0500 |
| commit | 2a6c54b785ccb7e18b586f38c73ca57197b4c733 (patch) | |
| tree | a54c282658d92308d7fa5c5ade6ac77cedd7ad7c /gui.go | |
| parent | 59d15f3fcf9799e00566aad7678f29add4e19dd4 (diff) | |
CLEAN: more code removals
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ func init() { log.Println("gui.init() has been run") Data.buttonMap = make(map[*ui.Button]*GuiButton) - // Data.WindowMap = make(map[string]*GuiWindow) Data.NodeMap = make(map[string]*Node) Data.NodeSlice = make([]*Node, 0) |
