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