removed some extraneous code
This commit is contained in:
parent
529b6a61e2
commit
fc6d2c9033
|
|
@ -70,7 +70,3 @@ pub fn to_braille_ascii(mut image: DynamicImage, threshold: u8) -> Vec<Vec<Ascii
|
||||||
}
|
}
|
||||||
out
|
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