From 317f26c4e3865c8f79db47bdf18306fc2c32d22d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 Mar 2023 09:24:32 -0500 Subject: [PATCH] Squashed commit of the following: commit a89f00c3847f86f5336e5dbe792c9de6d9355a9c Author: Jeff Carr Date: Sun Mar 12 09:23:11 2023 -0500 remove old button Signed-off-by: Jeff Carr Signed-off-by: Jeff Carr --- debugWindow.go | 3 --- 1 file changed, 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