Update bin/src/framebuffer.rs

Co-authored-by: Will Greenberg <willg@eff.org>
This commit is contained in:
Cooper Quintin
2024-06-12 14:51:41 -07:00
committed by GitHub
parent b2d8b7d5f3
commit 31233560cc

View File

@@ -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;