removed unused function

This commit is contained in:
Daniel Sommer 2023-09-22 10:59:18 +02:00
parent b86601cccb
commit bf8eadffaf

View file

@ -233,9 +233,3 @@ func colorize(c *color.Color) func(string) string {
return c.Sprint(s)
}
}
func decolorize() func(string) string {
return func(s string) string {
return ""
}
}