rm old code

This commit is contained in:
Jeff Carr 2025-01-07 18:06:29 -06:00
parent 1e8836a62a
commit 9bc0e8a398
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ import (
"go.wit.com/gui"
"go.wit.com/lib/gadgets"
"go.wit.com/lib/gui/repolist"
"go.wit.com/log"
)
@ -33,7 +32,7 @@ type patchSummary struct {
unknownSubmitB *gui.Node
reason *gadgets.BasicEntry
submitB *gui.Node
allp []*repolist.Patch
// allp []*repolist.Patch
}
func submitPatchesBox(box *gui.Node) *patchSummary {