summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'common.go')
-rw-r--r--common.go16
1 files changed, 0 insertions, 16 deletions
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)
}