From 8a87fd333f54c1eb77106330792999b9e4669132 Mon Sep 17 00:00:00 2001 From: spiders Date: Sun, 22 May 2022 00:28:59 -0700 Subject: [PATCH] removed unused formatters --- src/kule.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/kule.rs b/src/kule.rs index 0dc1cf4..9d75fd3 100644 --- a/src/kule.rs +++ b/src/kule.rs @@ -3,10 +3,7 @@ pub enum Formats { Bright, Dim, Italic, - Underline, Blink, - Reverse, - Strike, } // outputs a code to reset all formatting. equivalent to Formats::Plain.escape(false) @@ -21,10 +18,7 @@ impl Formats { Formats::Bright => 1, Formats::Dim => 2, Formats::Italic => 3, - Formats::Underline => 4, Formats::Blink => 5, - Formats::Reverse => 7, - Formats::Strike => 9, }; if code == 0 { // you can't disable plain