rm old code
This commit is contained in:
parent
1e8836a62a
commit
9bc0e8a398
|
@ -6,7 +6,6 @@ import (
|
||||||
|
|
||||||
"go.wit.com/gui"
|
"go.wit.com/gui"
|
||||||
"go.wit.com/lib/gadgets"
|
"go.wit.com/lib/gadgets"
|
||||||
"go.wit.com/lib/gui/repolist"
|
|
||||||
"go.wit.com/log"
|
"go.wit.com/log"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -33,7 +32,7 @@ type patchSummary struct {
|
||||||
unknownSubmitB *gui.Node
|
unknownSubmitB *gui.Node
|
||||||
reason *gadgets.BasicEntry
|
reason *gadgets.BasicEntry
|
||||||
submitB *gui.Node
|
submitB *gui.Node
|
||||||
allp []*repolist.Patch
|
// allp []*repolist.Patch
|
||||||
}
|
}
|
||||||
|
|
||||||
func submitPatchesBox(box *gui.Node) *patchSummary {
|
func submitPatchesBox(box *gui.Node) *patchSummary {
|
||||||
|
|
Loading…
Reference in New Issue