diff options
author | Sladyn <gunnerforlife00@gmail.com> | 2019-03-01 20:00:07 +0530 |
---|---|---|
committer | Sladyn <gunnerforlife00@gmail.com> | 2019-03-02 23:06:55 +0530 |
commit | beecd2dbe449e551d08668adf0b8ace427d09c49 (patch) | |
tree | 6b7f517508cc0dc9cc8a9ae83d7017c0b0581254 /bug | |
parent | 43e56692e832bcb4ef39f745ec9fbaf7360052de (diff) | |
download | git-bug-beecd2dbe449e551d08668adf0b8ace427d09c49.tar.gz |
Made requested changes
Made changes to the doc files and remaining areas which required updation.
Diffstat (limited to 'bug')
-rw-r--r-- | bug/snapshot.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bug/snapshot.go b/bug/snapshot.go index 46618ebd..83b94416 100644 --- a/bug/snapshot.go +++ b/bug/snapshot.go @@ -34,14 +34,6 @@ func (snap *Snapshot) HumanId() string { return FormatHumanID(snap.id) } -// Deprecated:should be moved in UI code -func (snap *Snapshot) Summary() string { - return fmt.Sprintf("C:%d L:%d", - len(snap.Comments)-1, - len(snap.Labels), - ) -} - // Return the last time a bug was modified func (snap *Snapshot) LastEditTime() time.Time { if len(snap.Operations) == 0 { |