summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-06 04:47:18 -0600
committerJeff Carr <[email protected]>2025-03-06 05:34:25 -0600
commit8c7f6c3c1be68c3ac350c4b611e08ed8b23bd3a8 (patch)
tree56c108c3ac2c218accbfed68f96be0941d743736 /doGui.go
parent8edebe18e163c8043be04f7dfe757683982c791f (diff)
more gui buttons
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/doGui.go b/doGui.go
index 7eb60e9..d61f7f5 100644
--- a/doGui.go
+++ b/doGui.go
@@ -53,11 +53,6 @@ func doGui() {
}
makeZoodWin()
})
- grid.NewButton("update zood versions", func() {
- if me.zood != nil {
- doMachinesUpgradeTable()
- }
- })
// sit here forever refreshing the GUI
for {