Removed some unused imports

This commit is contained in:
2026-05-24 07:37:28 +01:00
parent 08c028bfa8
commit b9cb2ac504
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
pub mod structs;
use std::{cmp::min};
use chrono::{Local, NaiveTime, Timelike};
use chrono::{Local, Timelike};
use log::{debug, error, warn};
use sdl3::{Sdl, pixels::Color, rect::Rect};
use structs::{Prefs, DisplayData};