diff --git a/bin/src/framebuffer.rs b/bin/src/framebuffer.rs index f695072..923fdc8 100644 --- a/bin/src/framebuffer.rs +++ b/bin/src/framebuffer.rs @@ -29,7 +29,6 @@ impl Framebuffer<'_>{ fn write(&mut self, img: DynamicImage) { - let mut width = img.width(); let mut height = img.height(); let resized_img: DynamicImage;