diff options
| author | Jeff Carr <[email protected]> | 2025-01-07 18:06:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-07 18:06:41 -0600 |
| commit | d71cf27653bfc09738f63cdb975254aff8c6501f (patch) | |
| tree | 15168cb79890714a68e732dbe95e6f6bf9900fa1 /common.go | |
| parent | 0fac12c31e11fc6394bdfd4ecc29991c63397a29 (diff) | |
rm old code
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -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) } |
