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