summaryrefslogtreecommitdiff
path: root/windowPatchesBox.go
diff options
context:
space:
mode:
Diffstat (limited to 'windowPatchesBox.go')
-rw-r--r--windowPatchesBox.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/windowPatchesBox.go b/windowPatchesBox.go
index eeae1e8..30c34cb 100644
--- a/windowPatchesBox.go
+++ b/windowPatchesBox.go
@@ -116,20 +116,10 @@ func submitPatchesBox(box *gui.Node) *patchSummary {
applyPatchset(pset)
})
- s.grid.NewButton("Show Repos", func() {
- s.Update()
- if me.repos.Hidden() {
- me.repos.Show()
- } else {
- me.repos.Hide()
- }
- })
-
// disable these until there are not dirty repos
// s.reason.Disable()
s.submitB.Disable()
s.grid.NextRow()
-
return s
}