remove incorrect Ansi.int_of_color

This commit is contained in:
tali 2024-01-19 14:23:29 -05:00
parent e5183a44b8
commit e04f826fa9
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ and color = R | G | Y | U | C
type t = ctl list
external int_of_color : color -> int = "%identity"
let string_of_ctl = function
| Bold true -> "1"
| Bold false -> "22"