Skip to content

Commit

Permalink
removed failed temp capture
Browse files Browse the repository at this point in the history
  • Loading branch information
mokurin000 committed Jan 8, 2023
1 parent 236612d commit 32ff8cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ fn main() {
rect.left, rect.top, rect.width, rect.height
);

let temp = capture_absolute_image(&rect).unwrap().save("test.png");

let mut info: info::ScanInfo;
if rect.height * 43 == rect.width * 18 {
info =
Expand Down

0 comments on commit 32ff8cd

Please sign in to comment.