From 31233560cc5e4d4db5a5b71387cf8ec64f244159 Mon Sep 17 00:00:00 2001 From: Cooper Quintin Date: Wed, 12 Jun 2024 14:51:41 -0700 Subject: [PATCH] Update bin/src/framebuffer.rs Co-authored-by: Will Greenberg --- bin/src/framebuffer.rs | 1 - 1 file changed, 1 deletion(-) 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;