From bc1396d61d72ab5bc9d342f60228bec15155d047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Forment?= Date: Fri, 6 Mar 2026 10:14:14 +0100 Subject: [PATCH] Fix: Windows BUILD fails again --- src/bin/desktop/main.rs | 1 - src/main.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/bin/desktop/main.rs b/src/bin/desktop/main.rs index 51e904e..aee45b5 100644 --- a/src/bin/desktop/main.rs +++ b/src/bin/desktop/main.rs @@ -616,7 +616,6 @@ fn load_icon() -> egui::IconData { } fn main() -> eframe::Result<()> { - #[cfg(unix)] cagire::engine::realtime::lock_memory(); let args = Args::parse(); diff --git a/src/main.rs b/src/main.rs index 5e55dcf..9619061 100644 --- a/src/main.rs +++ b/src/main.rs @@ -76,7 +76,6 @@ fn main() -> io::Result<()> { #[cfg(unix)] let mut stderr_pipe = redirect_stderr(); - #[cfg(unix)] engine::realtime::lock_memory(); let args = Args::parse();