From fc6d2c9033c745ff0d9457b908e144aa61b37d79 Mon Sep 17 00:00:00 2001 From: djairoh Date: Wed, 8 Feb 2023 22:10:34 +0100 Subject: [PATCH] removed some extraneous code --- src/ascii_manipulation.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/ascii_manipulation.rs b/src/ascii_manipulation.rs index 7231966..562478c 100644 --- a/src/ascii_manipulation.rs +++ b/src/ascii_manipulation.rs @@ -69,8 +69,4 @@ pub fn to_braille_ascii(mut image: DynamicImage, threshold: u8) -> Vec Vec> { - //todo: this one - vec![vec![Ascii::new(0, 0, 0,0 )]] -} +} \ No newline at end of file