summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-25 08:12:31 -0500
committerJeff Carr <[email protected]>2021-10-25 08:12:31 -0500
commit7a302348c8d82aca893311278218ab192c3e05e9 (patch)
treeac5b3bc96d7657ebf11677ea6c50ca50531a1f41 /main.go
parentf8f2de85e17249b8ee1243b8b0713114580025d5 (diff)
NODE: remove lots of deprecated code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/main.go b/main.go
index b8bc288..2da4053 100644
--- a/main.go
+++ b/main.go
@@ -27,15 +27,6 @@ func ExampleWindow() {
log.Println("START gui.ExampleWindow()")
Config.Title = "ExampleWindow"
- /*
- node := InitWindow(nil, nil, title, 0)
- box := node.box
- window := box.Window
- log.Println("box =", box)
- log.Println("window =", window)
- */
node := NewWindow()
node.AddDebugTab("jcarr Debug")
-
- // window.UiWindow.Show()
}