summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--windowPatches.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/windowPatches.go b/windowPatches.go
index 0b5cbf8..9cb0d00 100644
--- a/windowPatches.go
+++ b/windowPatches.go
@@ -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 {