summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
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)
-}