summaryrefslogtreecommitdiff
path: root/debugWindow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-03-12 09:24:32 -0500
committerJeff Carr <[email protected]>2023-03-12 09:24:32 -0500
commit75b2e25c843885b1c212ae41731f7307a4741d8e (patch)
treed402aef11b135e493de49f9073191abca398b04e /debugWindow.go
parent20f13a4b5be1a986e1085214f492a0afe6db322f (diff)
Squashed commit of the following:
commit a89f00c3847f86f5336e5dbe792c9de6d9355a9c Author: Jeff Carr <[email protected]> Date: Sun Mar 12 09:23:11 2023 -0500 remove old button Signed-off-by: Jeff Carr <[email protected]> Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debugWindow.go')
-rw-r--r--debugWindow.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/debugWindow.go b/debugWindow.go
index 8b1caa7..be53957 100644
--- a/debugWindow.go
+++ b/debugWindow.go
@@ -77,9 +77,6 @@ func (n *Node) DebugTab(title string) *Node {
g2 := newN.NewGroup("node things")
- g2.NewButton("Actions Window", func () {
- DebugWidgetWindow(activeWidget)
- })
g2.NewButton("Node.ListChildren(false)", func () {
g := debugGui
d := debugDump