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