summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-18 15:09:48 -0600
committerJeff Carr <[email protected]>2024-02-18 15:09:48 -0600
commit1bafc298d3b37ca863ce58aba43c65081766f127 (patch)
tree7eb6e7486fea0518ab9abb2a9944f57e655b9a02 /draw.go
parent6a6ebf78b829e4de858a1d1fb6d779af8e493954 (diff)
guireleaser runs again
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/draw.go b/draw.go
index cc57eae..427b65c 100644
--- a/draw.go
+++ b/draw.go
@@ -31,7 +31,3 @@ func (rs *RepoStatus) drawGitStatus(box *gui.Node) {
rs.speed = gadgets.NewOneLiner(newgrid, "refresh speed =")
rs.speedActual = gadgets.NewOneLiner(newgrid, "speed actual =")
}
-
-func (rs *RepoStatus) SetGoSumStatus(s string) {
- rs.goSumStatus.SetText(s)
-}