diff options
Diffstat (limited to 'draw.go')
| -rw-r--r-- | draw.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) -} |
