term: remove enable_term_color_win()

pull/1442/head
Alexander Medvednikov 2019-07-31 23:18:57 +02:00
parent 2c7e0c0257
commit 0243f9b0e9
1 changed files with 0 additions and 1 deletions

View File

@ -11,6 +11,5 @@ pub fn format(msg, open, close string) string {
}
pub fn format_rgb(r, g, b int, msg, open, close string) string {
enable_term_color_win()
return _format_rgb(r, g, b, msg, open, close)
}