diff options
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) } |
