rm old code

This commit is contained in:
Jeff Carr 2025-01-07 19:23:20 -06:00
parent 51e34a86ff
commit 2cc7e7aa46
1 changed files with 0 additions and 9 deletions

View File

@ -7,7 +7,6 @@ import (
"sort"
"github.com/go-cmd/cmd"
"go.wit.com/gui"
"go.wit.com/log"
)
@ -141,14 +140,6 @@ func (r *RepoRow) Run(cmd []string) cmd.Status {
return r.pb.Run(cmd)
}
func (rl *RepoList) MirrorShownCount() *gui.Node {
return gui.RawMirror(rl.shownCount)
}
func (rl *RepoList) MirrorScanDuration() *gui.Node {
return gui.RawMirror(rl.duration)
}
func (rl *RepoList) Total() int {
return len(me.allrepos)
}