removed some extraneous code
This commit is contained in:
parent
529b6a61e2
commit
fc6d2c9033
|
|
@ -69,8 +69,4 @@ pub fn to_braille_ascii(mut image: DynamicImage, threshold: u8) -> Vec<Vec<Ascii
|
|||
str = Vec::new();
|
||||
}
|
||||
out
|
||||
}
|
||||
pub fn to_box_ascii(image: DynamicImage) -> Vec<Vec<Ascii>> {
|
||||
//todo: this one
|
||||
vec![vec![Ascii::new(0, 0, 0,0 )]]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue