diff options
Diffstat (limited to 'src/color.rs')
-rw-r--r-- | src/color.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/color.rs b/src/color.rs index 45a5eeb..d6ae141 100644 --- a/src/color.rs +++ b/src/color.rs @@ -17,9 +17,6 @@ pub const LIGHT_GREY: &'static str = "15"; pub const TRANSPARENT: &'static str = "99"; - - - pub fn normal(s: &str) -> String { format!("\x0F{}\x0F", s) } |