removed unused function
This commit is contained in:
parent
b86601cccb
commit
bf8eadffaf
1 changed files with 0 additions and 6 deletions
|
@ -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 ""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue