From d71cf27653bfc09738f63cdb975254aff8c6501f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Jan 2025 18:06:41 -0600 Subject: rm old code --- common.go | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'common.go') diff --git a/common.go b/common.go index 12d438a..ef4cc09 100644 --- a/common.go +++ b/common.go @@ -141,22 +141,6 @@ func (r *RepoRow) Run(cmd []string) cmd.Status { return r.pb.Run(cmd) } -/* -func (r *RepoRow) AllTags() []*repostatus.Tag { - return r.Status.Tags.ListAll() -} - -func (r *RepoRow) TagsBox() *repostatus.GitTagBox { - return r.Status.Tags -} - -// todo, fix bool return for deletetag() -func (r *RepoRow) DeleteTag(t *repostatus.Tag) bool { - r.Status.DeleteTag(t) - return true -} -*/ - func (rl *RepoList) MirrorShownCount() *gui.Node { return gui.RawMirror(rl.shownCount) } -- cgit v1.2.3