Skip to content

Commit df924f3

Browse files
committed
remove(unused struct)
removed an used struct gotta keep things clean
1 parent d96c440 commit df924f3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/utils.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -378,11 +378,6 @@ pub fn open_application(path: &String) {
378378
}
379379
}
380380

381-
struct WindowPos {
382-
x: f32,
383-
y: f32,
384-
}
385-
386381
use crate::app::{DEFAULT_WINDOW_HEIGHT, WINDOW_WIDTH};
387382
pub fn open_on_focused_monitor() -> iced::Point {
388383
use windows::Win32::Foundation::POINT;

0 commit comments

Comments
 (0)