summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-29 12:34:18 -0600
committerJeff Carr <[email protected]>2024-01-29 12:34:18 -0600
commitee5799a45508c7b1aa0d57b7a5840e200762fbd1 (patch)
tree151d4cf019e0b3bfe3f3932c2f0eea1fca01a8a4 /main.go
parent17d3bc99d1f5dc07935f3c7345b594da7a8a2956 (diff)
go teseting
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index b5f7998..ea42b26 100644
--- a/main.go
+++ b/main.go
@@ -74,7 +74,6 @@ func DebugWindow2(newB *gui.Node, title string) *gui.Node {
gr = newB.NewGroup("plugins")
-
gr.NewButton("List Toolkits", func() {
me.treeRoot.ListToolkits()
})