Remove todo! in core::renderer::null
This commit is contained in:
parent
92bd3ecd6b
commit
3904f0b83a
1 changed files with 1 additions and 3 deletions
|
|
@ -184,9 +184,7 @@ impl image::Renderer for () {
|
||||||
Size::default()
|
Size::default()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn draw_image(&mut self, _image: Image, _bounds: Rectangle) {
|
fn draw_image(&mut self, _image: Image, _bounds: Rectangle) {}
|
||||||
todo!()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl svg::Renderer for () {
|
impl svg::Renderer for () {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue