mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-27 16:09:58 -07:00
Update bin/src/framebuffer.rs
Co-authored-by: Will Greenberg <willg@eff.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user