Got rid of 2 dead functions

This commit is contained in:
2026-05-15 04:05:02 +00:00
parent b029c0a25d
commit 364ba222e2
2 changed files with 0 additions and 10 deletions
-6
View File
@@ -73,9 +73,3 @@ func renderState(s string) string {
}
}
func renderLive(live bool) string {
if live {
return stateUpStyle.Render("● live")
}
return stateDownStyle.Render("● dead")
}