From 92b9765ad13d719c029e2ab34a7ccfef3a04c8a1 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Thu, 28 Dec 2023 10:28:31 -0500 Subject: [PATCH] give up --- src-lib/src/video.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src-lib/src/video.rs b/src-lib/src/video.rs index 9526cd3..234296c 100644 --- a/src-lib/src/video.rs +++ b/src-lib/src/video.rs @@ -3,7 +3,6 @@ use core::cmp::Ordering; use std::fs; use std::path::Path; use std::io::Write; -use std::io::Read; pub fn screenshotify(input: &String) -> Result, String> { let output_d = format!("{}.d", input);